diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2019-12-12 10:14:40 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-12-12 10:14:40 +0100 |
commit | e43c8ae2fa00a05278b379b9a3bceb543f021650 (patch) | |
tree | a61c2dddff709d72e276021268348c8fd4f65d06 /www-apps | |
parent | www-misc/shellinabox: EAPI 7 bump. (diff) | |
download | gentoo-e43c8ae2fa00a05278b379b9a3bceb543f021650.tar.gz gentoo-e43c8ae2fa00a05278b379b9a3bceb543f021650.tar.bz2 gentoo-e43c8ae2fa00a05278b379b9a3bceb543f021650.zip |
www-apps/zeppelin-bin: stable for amd64+x86.
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/zeppelin-bin/zeppelin-bin-0.8.2.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/www-apps/zeppelin-bin/zeppelin-bin-0.8.2.ebuild b/www-apps/zeppelin-bin/zeppelin-bin-0.8.2.ebuild index 8423abc2db72..62d7b66262ba 100644 --- a/www-apps/zeppelin-bin/zeppelin-bin-0.8.2.ebuild +++ b/www-apps/zeppelin-bin/zeppelin-bin-0.8.2.ebuild @@ -13,10 +13,13 @@ HOMEPAGE="https://zeppelin.apache.org" SRC_URI="mirror://apache/zeppelin/${MY_PN}-${PV}/${MY_P}.tgz -> ${P}.tgz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" -DEPEND=">=virtual/jdk-1.8" -RDEPEND=">=virtual/jre-1.8" +DEPEND=" + >=virtual/jdk-1.8" + +RDEPEND=" + >=virtual/jre-1.8" S="${WORKDIR}/${MY_P}" |