diff options
author | 2021-01-06 19:53:38 +0100 | |
---|---|---|
committer | 2021-01-06 20:33:13 +0100 | |
commit | cd7f18e71e26a8bc5f240076b4ed11e778313cee (patch) | |
tree | bbf1c8dfaacb73afd5d5795bbe5f591d25c9b0fc /dev-java/gnu-classpath | |
parent | dev-java/glassfish-transaction-api: drop x86-macos (diff) | |
download | gentoo-cd7f18e71e26a8bc5f240076b4ed11e778313cee.tar.gz gentoo-cd7f18e71e26a8bc5f240076b4ed11e778313cee.tar.bz2 gentoo-cd7f18e71e26a8bc5f240076b4ed11e778313cee.zip |
dev-java/gnu-classpath: 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/gnu-classpath')
-rw-r--r-- | dev-java/gnu-classpath/gnu-classpath-0.98-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/gnu-classpath/gnu-classpath-0.98-r6.ebuild b/dev-java/gnu-classpath/gnu-classpath-0.98-r6.ebuild index e90cd2dce215..7efae955959b 100644 --- a/dev-java/gnu-classpath/gnu-classpath-0.98-r6.ebuild +++ b/dev-java/gnu-classpath/gnu-classpath-0.98-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ HOMEPAGE="https://www.gnu.org/software/classpath" LICENSE="GPL-2-with-linking-exception" SLOT="0.98" -KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux" IUSE="alsa debug doc dssi examples gconf +gjdoc gmp gtk xml" REQUIRED_USE="doc? ( gjdoc )" |