diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-11 15:49:04 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-12 20:08:51 +0300 |
commit | 2d33c894c32860ef6252eec9d05105fa519f641e (patch) | |
tree | 1c974b1f3bcc61c2eb63daab756d5487cf0af45a /dev-java/lmax-disruptor | |
parent | dev-java/libg: dekeyword arm (diff) | |
download | gentoo-2d33c894c32860ef6252eec9d05105fa519f641e.tar.gz gentoo-2d33c894c32860ef6252eec9d05105fa519f641e.tar.bz2 gentoo-2d33c894c32860ef6252eec9d05105fa519f641e.zip |
dev-java/lmax-disruptor: dekeyword arm
After a message to gentoo-dev ML, and no reply from any user on arm,
we decided to dekeyword most Java packages from arm.
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-java/lmax-disruptor')
-rw-r--r-- | dev-java/lmax-disruptor/lmax-disruptor-3.4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 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 75b087415f61..283d787a55b3 100644 --- a/dev-java/lmax-disruptor/lmax-disruptor-3.4.4.ebuild +++ b/dev-java/lmax-disruptor/lmax-disruptor-3.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 arm64 ppc64 x86" DEPEND=">=virtual/jdk-1.8:*" RDEPEND=">=virtual/jre-1.8:*" |