diff options
author | 2022-03-11 23:39:33 +0000 | |
---|---|---|
committer | 2022-03-11 23:39:33 +0000 | |
commit | ba34ec253f8104ce0942985074d7e621e0f78c99 (patch) | |
tree | 4c09a32c492c8197760648c141ae5c7f40113d3e /dev-java | |
parent | media-gfx/digikam: Stabilize 7.5.0 x86, #833841 (diff) | |
download | gentoo-ba34ec253f8104ce0942985074d7e621e0f78c99.tar.gz gentoo-ba34ec253f8104ce0942985074d7e621e0f78c99.tar.bz2 gentoo-ba34ec253f8104ce0942985074d7e621e0f78c99.zip |
dev-java/lmax-disruptor: Stabilize 3.4.4 x86, #834098
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/lmax-disruptor/lmax-disruptor-3.4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/lmax-disruptor/lmax-disruptor-3.4.4.ebuild b/dev-java/lmax-disruptor/lmax-disruptor-3.4.4.ebuild index 42bd6f7f6616..ee8d9e174cde 100644 --- a/dev-java/lmax-disruptor/lmax-disruptor-3.4.4.ebuild +++ b/dev-java/lmax-disruptor/lmax-disruptor-3.4.4.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/LMAX-Exchange/disruptor/archive/${PV}.tar.gz -> ${P} LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*" |