diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-08-23 18:25:23 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-08-23 19:24:15 +0000 |
commit | bfa591b5df54435cb768efd1ec629505971581b5 (patch) | |
tree | 31d38f6cc61d532533b07d1863d2bd8eb7958a11 /dev-java/disruptor | |
parent | media-tv/kodi: raise min required libcec ver #558040 (diff) | |
download | gentoo-bfa591b5df54435cb768efd1ec629505971581b5.tar.gz gentoo-bfa591b5df54435cb768efd1ec629505971581b5.tar.bz2 gentoo-bfa591b5df54435cb768efd1ec629505971581b5.zip |
dev-java/disruptor: Stable for amd64+x86 using the ALLARCHES policty.
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java/disruptor')
-rw-r--r-- | dev-java/disruptor/disruptor-3.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |