diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2019-11-28 23:06:32 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-11-28 23:06:32 +0100 |
commit | dab7d22cf5a1bf848ac796518252551158010779 (patch) | |
tree | 4cb41bd380de844267435b0f74bc32d9f144dc70 /www-apps | |
parent | www-apps/zeppelin-bin: don't call dosym using ED but rather P. (diff) | |
download | gentoo-dab7d22cf5a1bf848ac796518252551158010779.tar.gz gentoo-dab7d22cf5a1bf848ac796518252551158010779.tar.bz2 gentoo-dab7d22cf5a1bf848ac796518252551158010779.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.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild b/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild index 8423abc2db72..020e6bdd140b 100644 --- a/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild +++ b/www-apps/zeppelin-bin/zeppelin-bin-0.8.1.ebuild @@ -13,7 +13,7 @@ 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" |