diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-11-10 08:53:10 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-11-10 09:03:00 +0000 |
commit | 6eb636fa232b2e46a73e0e862f72d57e4bdd1c05 (patch) | |
tree | ad550cafb2cb760c71dc475f35012cfed9e27cf0 | |
parent | dev-vcs/tortoisehg: Removed old. (diff) | |
download | gentoo-6eb636fa232b2e46a73e0e862f72d57e4bdd1c05.tar.gz gentoo-6eb636fa232b2e46a73e0e862f72d57e4bdd1c05.tar.bz2 gentoo-6eb636fa232b2e46a73e0e862f72d57e4bdd1c05.zip |
dev-java/jutils: Update SRC_URI.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r-- | dev-java/jutils/jutils-1.0.0-r1.ebuild (renamed from dev-java/jutils/jutils-1.0.0.ebuild) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/jutils/jutils-1.0.0.ebuild b/dev-java/jutils/jutils-1.0.0-r1.ebuild index a115a17ee7ea..5a32ac9fc782 100644 --- a/dev-java/jutils/jutils-1.0.0.ebuild +++ b/dev-java/jutils/jutils-1.0.0-r1.ebuild @@ -10,12 +10,12 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="Common utilities for the Java Game Technology Group" HOMEPAGE="https://java.net/projects/jutils" -SRC_URI="http://search.maven.org/remotecontent?filepath=net/java/${PN}/${PN}/${PV}/${P}-sources.jar" +SRC_URI="http://central.maven.org/maven2/net/java/${PN}/${PN}/${PV}/${P}-sources.jar" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~ppc ~ppc64" IUSE="" -RDEPEND=">=virtual/jre-1.4" -DEPEND=">=virtual/jdk-1.4 +RDEPEND=">=virtual/jre-1.6" +DEPEND=">=virtual/jdk-1.6 app-arch/unzip" |