diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:10:05 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:12:52 +0100 |
commit | 727a4c51a58d065703375696cc72f738f7802efa (patch) | |
tree | 2e58a2fb84259a2d825b90d282cde93014a822d4 /app-eselect/eselect-java | |
parent | app-eselect/eselect-fontconfig: drop x86-macos (diff) | |
download | gentoo-727a4c51a58d065703375696cc72f738f7802efa.tar.gz gentoo-727a4c51a58d065703375696cc72f738f7802efa.tar.bz2 gentoo-727a4c51a58d065703375696cc72f738f7802efa.zip |
app-eselect/eselect-java: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-eselect/eselect-java')
-rw-r--r-- | app-eselect/eselect-java/eselect-java-0.4.0.ebuild | 4 | ||||
-rw-r--r-- | app-eselect/eselect-java/eselect-java-0.4.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-eselect/eselect-java/eselect-java-0.4.0.ebuild b/app-eselect/eselect-java/eselect-java-0.4.0.ebuild index f459b6751859..6e4e7b76ac3e 100644 --- a/app-eselect/eselect-java/eselect-java-0.4.0.ebuild +++ b/app-eselect/eselect-java/eselect-java-0.4.0.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=6 @@ -11,7 +11,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=" !app-eselect/eselect-ecj diff --git a/app-eselect/eselect-java/eselect-java-0.4.2.ebuild b/app-eselect/eselect-java/eselect-java-0.4.2.ebuild index 396c12444044..1e1db97bf426 100644 --- a/app-eselect/eselect-java/eselect-java-0.4.2.ebuild +++ b/app-eselect/eselect-java/eselect-java-0.4.2.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=7 @@ -11,7 +11,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=" !app-eselect/eselect-ecj |