dev-java/wstx: Stable for amd64. Retroactively mark stable for the remaining arches...
authorPatrice Clement <monsieurp@gentoo.org>
Wed, 6 Jan 2016 09:25:34 +0000 (09:25 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 6 Jan 2016 10:08:16 +0000 (10:08 +0000)
Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
dev-java/wstx/wstx-3.2.9-r1.ebuild

index 3cce75cb59f382ea4db42972c809725548546580..60c8b70a0b9cb7a6a44d47a1c692ec0941d89640 100644 (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"