diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:02:35 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:33:25 +0100 |
commit | 9059ffbe4f405c2b072cdbe137cbf0847abc9d9d (patch) | |
tree | a341fa7d5d429e0c59bede1da0f0493468a6e47b /dev-java | |
parent | dev-java/xmldb: drop x86-macos (diff) | |
download | gentoo-9059ffbe4f405c2b072cdbe137cbf0847abc9d9d.tar.gz gentoo-9059ffbe4f405c2b072cdbe137cbf0847abc9d9d.tar.bz2 gentoo-9059ffbe4f405c2b072cdbe137cbf0847abc9d9d.zip |
dev-java/xom: 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')
-rw-r--r-- | dev-java/xom/xom-1.2.10.ebuild | 4 | ||||
-rw-r--r-- | dev-java/xom/xom-1.3.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/xom/xom-1.2.10.ebuild b/dev-java/xom/xom-1.2.10.ebuild index 94ce28945741..434b57752e5d 100644 --- a/dev-java/xom/xom-1.2.10.ebuild +++ b/dev-java/xom/xom-1.2.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -18,7 +18,7 @@ SRC_URI="http://cafeconleche.org/XOM/${P}.tar.gz LICENSE="LGPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" COMMON_DEPEND="dev-java/xerces:2 dev-java/xml-commons-external:1.3 diff --git a/dev-java/xom/xom-1.3.2.ebuild b/dev-java/xom/xom-1.3.2.ebuild index 926f815bc3b5..b7321e970a26 100644 --- a/dev-java/xom/xom-1.3.2.ebuild +++ b/dev-java/xom/xom-1.3.2.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 @@ -13,7 +13,7 @@ SRC_URI="https://repo1.maven.org/maven2/${PN}/${PN}/${PV}/${P}-sources.jar -> ${ LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris" CDEPEND=" dev-java/xerces:2 |