commit: e43c8ae2fa00a05278b379b9a3bceb543f021650 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Thu Dec 12 09:14:40 2019 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Thu Dec 12 09:14:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43c8ae2
www-apps/zeppelin-bin: stable for amd64+x86. Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> www-apps/zeppelin-bin/zeppelin-bin-0.8.2.ebuild | 9 ++++++--- 1 file 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 8423abc2db7..62d7b66262b 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}"
