From: Patrice Clement Date: Sun, 23 Aug 2015 18:25:23 +0000 (+0000) Subject: dev-java/disruptor: Stable for amd64+x86 using the ALLARCHES policty. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bfa591b5df54435cb768efd1ec629505971581b5;p=gentoo.git dev-java/disruptor: Stable for amd64+x86 using the ALLARCHES policty. Package-Manager: portage-2.2.18 Signed-off-by: Patrice Clement --- diff --git a/dev-java/disruptor/disruptor-3.2.0.ebuild b/dev-java/disruptor/disruptor-3.2.0.ebuild index 2e359e8a16db..4c965225f3e9 100644 --- a/dev-java/disruptor/disruptor-3.2.0.ebuild +++ b/dev-java/disruptor/disruptor-3.2.0.ebuild @@ -14,8 +14,8 @@ SRC_URI="http://repo1.maven.org/maven2/com/lmax/${PN}/${PV}/${P}-sources.jar" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" -RDEPEND=">=virtual/jre-1.5" -DEPEND=">=virtual/jdk-1.5" +RDEPEND=">=virtual/jre-1.6" +DEPEND=">=virtual/jdk-1.6"