diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-10 21:10:25 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-10 21:10:25 +0200 |
commit | 39c6fc4a72a7a4dc23765383d1151e652f0b12f8 (patch) | |
tree | 6933cdea510e32fe01589d3c6360236bcc8c75b9 /dev-java/jnr-posix | |
parent | dev-java/netty-transport: Keyword 4.0.36 arm, #828049 (diff) | |
download | gentoo-39c6fc4a72a7a4dc23765383d1151e652f0b12f8.tar.gz gentoo-39c6fc4a72a7a4dc23765383d1151e652f0b12f8.tar.bz2 gentoo-39c6fc4a72a7a4dc23765383d1151e652f0b12f8.zip |
dev-java/jnr-posix: Keyword 3.0.10-r1 arm, #828049
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.0.10-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jnr-posix/jnr-posix-3.0.10-r1.ebuild b/dev-java/jnr-posix/jnr-posix-3.0.10-r1.ebuild index 287e02e6d650..8e1f57eabfc9 100644 --- a/dev-java/jnr-posix/jnr-posix-3.0.10-r1.ebuild +++ b/dev-java/jnr-posix/jnr-posix-3.0.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ SRC_URI="https://github.com/jnr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( CPL-1.0 GPL-2 LGPL-2.1 )" SLOT="3.0" -KEYWORDS="amd64 arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris" CDEPEND="dev-java/jnr-constants:0 dev-java/jnr-ffi:2" |