commit: 550e2bbb1ae046c29af58960656f6fca93c801ef
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 5 07:38:02 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Apr 5 07:47:45 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=550e2bbb
dev-java/xml-commons: Stable for amd64. Retroactively mark stable for the
remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.26
dev-java/xml-commons/xml-commons-1.4.01.ebuild | 10 +++++-----
1 file 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 015ec23..6e1c2b9 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"