dev-java/wstx: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.

Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
Patrice Clement
2016-01-06 09:25:34 +00:00
parent 5d04afd177
commit bb27d68c98

View File

@@ -13,20 +13,23 @@ HOMEPAGE="https://github.com/FasterXML/woodstox"
SRC_URI="mirror://gentoo/${PN}-src-${PV}.zip"
LICENSE="Apache-2.0"
SLOT="3.2"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
KEYWORDS="amd64 ppc ppc64 x86"
IUSE="test"
CDEPEND="dev-java/sax:0
CDEPEND="
dev-java/sax:0
dev-java/msv:0
dev-java/relaxng-datatype:0"
RDEPEND="${CDEPEND}
RDEPEND="
${CDEPEND}
>=virtual/jre-1.6"
DEPEND="${CDEPEND}
>=virtual/jdk-1.6
DEPEND="
${CDEPEND}
test? ( dev-java/ant-junit:0 )
app-arch/unzip
test? ( dev-java/ant-junit:0 )"
>=virtual/jdk-1.6"
EANT_BUILD_TARGET="jars"
EANT_DOC_TARGET="javadoc"