commit: 2c073296b8991b9f754e992f6e4ea334888fc0dc
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 21:51:17 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jun 26 17:54:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c073296
dev-java/xmldb: stable for amd64. mark stable for the remaining arches using
the ALLARCHES policy.
Package-Manager: Portage-2.3.5, Repoman-2.3.1
dev-java/xmldb/xmldb-20011111-r2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-java/xmldb/xmldb-20011111-r2.ebuild
b/dev-java/xmldb/xmldb-20011111-r2.ebuild
index 0e7e9845664..23f0175616e 100644
--- a/dev-java/xmldb/xmldb-20011111-r2.ebuild
+++ b/dev-java/xmldb/xmldb-20011111-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/xmldb-org/${MY_P}.tar.gz"
LICENSE="Apache-1.1"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
~x86-solaris"
+KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
CDEPEND="
dev-java/xalan:0
@@ -46,6 +46,7 @@ PATCHES=(
src_prepare() {
default
java-pkg_clean
+
# Must hard-depend on dev-java/junit otherwise.
rm -rv org/xmldb/api/tests || die
}