summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-04-05 07:38:02 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-04-05 07:47:45 +0000
commit550e2bbb1ae046c29af58960656f6fca93c801ef (patch)
tree42264d61860a6afa6698536815adb7f01a04b60a /dev-java/xml-commons
parentdev-python/gevent: version bump (diff)
downloadgentoo-550e2bbb1ae046c29af58960656f6fca93c801ef.tar.gz
gentoo-550e2bbb1ae046c29af58960656f6fca93c801ef.tar.bz2
gentoo-550e2bbb1ae046c29af58960656f6fca93c801ef.zip
dev-java/xml-commons: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-java/xml-commons')
-rw-r--r--dev-java/xml-commons/xml-commons-1.4.01.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-java/xml-commons/xml-commons-1.4.01.ebuild b/dev-java/xml-commons/xml-commons-1.4.01.ebuild
index 015ec23eb182..6e1c2b9bb0bf 100644
--- a/dev-java/xml-commons/xml-commons-1.4.01.ebuild
+++ b/dev-java/xml-commons/xml-commons-1.4.01.ebuild
@@ -17,14 +17,14 @@ SRC_URI="mirror://apache/xerces/${PN}/source/${MY_P}-src.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-1.1 public-domain W3C-document W3C"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
-RESTRICT="test"
+RDEPEND="
+ >=virtual/jre-1.6"
-RDEPEND=">=virtual/jre-1.6"
-
-DEPEND=">=virtual/jdk-1.6
+DEPEND="
+ >=virtual/jdk-1.6
source? ( app-arch/zip )"
JAVA_SRC_DIR="org javax"