diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-11 15:46:29 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-12 20:08:45 +0300 |
commit | ac8117ae5a4a4b2de433d093c45be84a9f9025e6 (patch) | |
tree | 93fffc8db850394f59829dd79606ad527393571b /dev-java/jnr-posix | |
parent | dev-java/jnr-netdb: dekeyword arm (diff) | |
download | gentoo-ac8117ae5a4a4b2de433d093c45be84a9f9025e6.tar.gz gentoo-ac8117ae5a4a4b2de433d093c45be84a9f9025e6.tar.bz2 gentoo-ac8117ae5a4a4b2de433d093c45be84a9f9025e6.zip |
dev-java/jnr-posix: 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/jnr-posix')
-rw-r--r-- | dev-java/jnr-posix/jnr-posix-3.1.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jnr-posix/jnr-posix-3.1.16.ebuild b/dev-java/jnr-posix/jnr-posix-3.1.16.ebuild index dde31b7e4fa4..b3e97a52ac5d 100644 --- a/dev-java/jnr-posix/jnr-posix-3.1.16.ebuild +++ b/dev-java/jnr-posix/jnr-posix-3.1.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${P}" LICENSE="EPL-2.0 GPL-2 LGPL-2.1" SLOT="3.0" -KEYWORDS="amd64 ~arm arm64 ppc64 x86" +KEYWORDS="amd64 arm64 ppc64 x86" CP_DEPEND=" >=dev-java/jnr-ffi-2.2.12:2 |