diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2020-11-24 17:26:24 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2020-11-24 17:27:06 +0100 |
commit | 27df0db26a97f87d92844a3c158d270830bb822b (patch) | |
tree | b82711099669d55e31b1da669b89276a22045204 /sys-cluster/spark-bin | |
parent | sys-kernel/zen-sources: Version bump 5.9.10 (diff) | |
download | gentoo-27df0db26a97f87d92844a3c158d270830bb822b.tar.gz gentoo-27df0db26a97f87d92844a3c158d270830bb822b.tar.bz2 gentoo-27df0db26a97f87d92844a3c158d270830bb822b.zip |
sys-cluster/spark-bin: mark stable on amd64.
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'sys-cluster/spark-bin')
-rw-r--r-- | sys-cluster/spark-bin/spark-bin-3.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/spark-bin/spark-bin-3.0.1.ebuild b/sys-cluster/spark-bin/spark-bin-3.0.1.ebuild index c178519a3a77..9c98c787d467 100644 --- a/sys-cluster/spark-bin/spark-bin-3.0.1.ebuild +++ b/sys-cluster/spark-bin/spark-bin-3.0.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://apache/spark/spark-${PV}/spark-${PV}-bin-hadoop2.7.tgz -> ${P} LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" RDEPEND=" >=virtual/jre-1.8" |