Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/xmldb/
Date: Mon, 26 Jun 2017 17:55:17
Message-Id: 1498499692.2c073296b8991b9f754e992f6e4ea334888fc0dc.monsieurp@gentoo
1 commit: 2c073296b8991b9f754e992f6e4ea334888fc0dc
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 25 21:51:17 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 26 17:54:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c073296
7
8 dev-java/xmldb: stable for amd64. mark stable for the remaining arches using the ALLARCHES policy.
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 dev-java/xmldb/xmldb-20011111-r2.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-java/xmldb/xmldb-20011111-r2.ebuild b/dev-java/xmldb/xmldb-20011111-r2.ebuild
16 index 0e7e9845664..23f0175616e 100644
17 --- a/dev-java/xmldb/xmldb-20011111-r2.ebuild
18 +++ b/dev-java/xmldb/xmldb-20011111-r2.ebuild
19 @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/xmldb-org/${MY_P}.tar.gz"
20
21 LICENSE="Apache-1.1"
22 SLOT="0"
23 -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"
24 +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"
25
26 CDEPEND="
27 dev-java/xalan:0
28 @@ -46,6 +46,7 @@ PATCHES=(
29 src_prepare() {
30 default
31 java-pkg_clean
32 +
33 # Must hard-depend on dev-java/junit otherwise.
34 rm -rv org/xmldb/api/tests || die
35 }