diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-08-19 10:12:39 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-08-19 13:26:32 +0000 |
commit | ef21c5f230882450c0cfe0505be3b4dad1f675e9 (patch) | |
tree | 940e7e86af0199745edaecf473e2c0726a6a5044 /dev-java/xml-security | |
parent | dev-java/xml-security: Remove broken tests. (diff) | |
download | gentoo-ef21c5f230882450c0cfe0505be3b4dad1f675e9.tar.gz gentoo-ef21c5f230882450c0cfe0505be3b4dad1f675e9.tar.bz2 gentoo-ef21c5f230882450c0cfe0505be3b4dad1f675e9.zip |
dev-java/xml-security: Stable for amd64+x86.
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java/xml-security')
-rw-r--r-- | dev-java/xml-security/xml-security-1.5.7-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/xml-security/xml-security-1.5.7-r1.ebuild b/dev-java/xml-security/xml-security-1.5.7-r1.ebuild index 79a552498f8e..3f58ddb0c4ca 100644 --- a/dev-java/xml-security/xml-security-1.5.7-r1.ebuild +++ b/dev-java/xml-security/xml-security-1.5.7-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/santuario/java-library/${MY_PV}/${PN}-bin-${MY_PV}.zip" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" @@ -25,13 +25,13 @@ CDEPEND=" " RDEPEND="${CDEPEND} - >=virtual/jre-1.5" + >=virtual/jre-1.6" DEPEND="${CDEPEND} test? ( dev-java/ant-junit:0 dev-java/junit:4 ) - >=virtual/jdk-1.5" + >=virtual/jdk-1.6" S="${WORKDIR}/${PN}-${MY_PV}" |