diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-07 22:38:05 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-07 22:40:45 +0200 |
commit | 04c5d03ebed4f350c59c71764b2c75f8fe662d19 (patch) | |
tree | 984f6599b132c075c8fbf9f8de740fce8cdb9d08 /dev-java/commons-net | |
parent | dev-java/commons-collections: Keyword 4.4 arm, #830680 (diff) | |
download | gentoo-04c5d03ebed4f350c59c71764b2c75f8fe662d19.tar.gz gentoo-04c5d03ebed4f350c59c71764b2c75f8fe662d19.tar.bz2 gentoo-04c5d03ebed4f350c59c71764b2c75f8fe662d19.zip |
dev-java/commons-net: Keyword 3.8.0 arm, #830680
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-java/commons-net')
-rw-r--r-- | dev-java/commons-net/commons-net-3.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-net/commons-net-3.8.0.ebuild b/dev-java/commons-net/commons-net-3.8.0.ebuild index 73e3ed4a5df3..d1b973763bdc 100644 --- a/dev-java/commons-net/commons-net-3.8.0.ebuild +++ b/dev-java/commons-net/commons-net-3.8.0.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 @@ -18,4 +18,4 @@ RDEPEND=">=virtual/jre-1.8:*" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |