mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user