diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:52:05 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:33:11 +0100 |
commit | 17b644d4eeda8a0dbe694c71296a0253dadcfb32 (patch) | |
tree | 3035e07694ca2d5bd99ec7fc2a98e3808a8dd377 /dev-java/commons-io | |
parent | dev-java/commons-httpclient: drop x86-macos (diff) | |
download | gentoo-17b644d4eeda8a0dbe694c71296a0253dadcfb32.tar.gz gentoo-17b644d4eeda8a0dbe694c71296a0253dadcfb32.tar.bz2 gentoo-17b644d4eeda8a0dbe694c71296a0253dadcfb32.zip |
dev-java/commons-io: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-java/commons-io')
-rw-r--r-- | dev-java/commons-io/commons-io-2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-io/commons-io-2.4.ebuild b/dev-java/commons-io/commons-io-2.4.ebuild index 5e934a66a868..6b4ce6ef64d4 100644 --- a/dev-java/commons-io/commons-io-2.4.ebuild +++ b/dev-java/commons-io/commons-io-2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://apache/commons/io/source/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="1" -KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |