diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-06-25 23:51:17 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-06-26 19:54:52 +0200 |
commit | 2c073296b8991b9f754e992f6e4ea334888fc0dc (patch) | |
tree | f5a5641c3495cad85f048b99df25a6b1fa1b6c14 /dev-java | |
parent | net-misc/sks-1.1.6-r1: Update build patch (diff) | |
download | gentoo-2c073296b8991b9f754e992f6e4ea334888fc0dc.tar.gz gentoo-2c073296b8991b9f754e992f6e4ea334888fc0dc.tar.bz2 gentoo-2c073296b8991b9f754e992f6e4ea334888fc0dc.zip |
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
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/xmldb/xmldb-20011111-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-java/xmldb/xmldb-20011111-r2.ebuild b/dev-java/xmldb/xmldb-20011111-r2.ebuild index 0e7e98456645..23f0175616e3 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 } |