summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2022-07-17 10:10:55 +0200
committerWilliam Hubbs <williamh@gentoo.org>2022-07-17 15:56:13 -0500
commit24d7a4dcc578625017e28a67ab95fb0a67f6dab3 (patch)
treee202f81cd505942f8f07142d494413dbb4daea5a /app-misc/rundeck-cli-bin
parentx11-misc/accessx: EAPI 8 (diff)
downloadgentoo-24d7a4dcc578625017e28a67ab95fb0a67f6dab3.tar.gz
gentoo-24d7a4dcc578625017e28a67ab95fb0a67f6dab3.tar.bz2
gentoo-24d7a4dcc578625017e28a67ab95fb0a67f6dab3.zip
app-misc/rundeck-cli-bin: adjust JAVA_PKG_IUSE
Closes: https://bugs.gentoo.org/858497 Closes: https://github.com/gentoo/gentoo/pull/26450 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-misc/rundeck-cli-bin')
-rw-r--r--app-misc/rundeck-cli-bin/rundeck-cli-bin-2.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/rundeck-cli-bin/rundeck-cli-bin-2.0.1.ebuild b/app-misc/rundeck-cli-bin/rundeck-cli-bin-2.0.1.ebuild
index 9c90692a412a..52095686cabf 100644
--- a/app-misc/rundeck-cli-bin/rundeck-cli-bin-2.0.1.ebuild
+++ b/app-misc/rundeck-cli-bin/rundeck-cli-bin-2.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-JAVA_PKG_IUSE="+binary"
+JAVA_PKG_IUSE="binary"
inherit java-pkg-2 java-pkg-simple
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/rundeck/rundeck-cli/releases/download/v${PV}/rundeck
LICENSE="Apache-2.0"
SLOT="0"
-# KEYWORDS="~amd64"
+KEYWORDS="~amd64"
IUSE="+binary"
RDEPEND=">=virtual/jre-11:*"