diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-05-17 16:21:45 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-05-17 16:34:02 +0200 |
commit | 09581efb60e39f98ae61243702f6936a55e49936 (patch) | |
tree | 807ef015dae4995630d0ce92429814c2d1965616 /dev-java | |
parent | dev-java/xstream: clean up old. (diff) | |
download | gentoo-09581efb60e39f98ae61243702f6936a55e49936.tar.gz gentoo-09581efb60e39f98ae61243702f6936a55e49936.tar.bz2 gentoo-09581efb60e39f98ae61243702f6936a55e49936.zip |
dev-java/commons-jxpath: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/commons-jxpath/commons-jxpath-1.3-r3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-java/commons-jxpath/commons-jxpath-1.3-r3.ebuild b/dev-java/commons-jxpath/commons-jxpath-1.3-r3.ebuild index a488095444e0..04c796d859de 100644 --- a/dev-java/commons-jxpath/commons-jxpath-1.3-r3.ebuild +++ b/dev-java/commons-jxpath/commons-jxpath-1.3-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,8 +13,7 @@ SRC_URI="mirror://apache/commons/jxpath/source/${P}-src.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd" -IUSE="" +KEYWORDS="amd64 ppc64 x86 ~x86-fbsd" S="${WORKDIR}/${P}-src" |