aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-java/jcip-annotations/ChangeLog3
-rw-r--r--dev-java/jcip-annotations/jcip-annotations-1.0-r1.ebuild2
2 files changed, 4 insertions, 1 deletions
diff --git a/dev-java/jcip-annotations/ChangeLog b/dev-java/jcip-annotations/ChangeLog
index 477afa165..0481cedd9 100644
--- a/dev-java/jcip-annotations/ChangeLog
+++ b/dev-java/jcip-annotations/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 02 Jun 2013; <calchan@gentoo.org> jcip-annotations-1.0-r1.ebuild:
+ Fixed SRC_URI.
+
03 Mar 2013; Justin Lecher <jlec@gentoo.org> jcip-annotations-1.0-r1.ebuild,
metadata.xml:
Correct license name
diff --git a/dev-java/jcip-annotations/jcip-annotations-1.0-r1.ebuild b/dev-java/jcip-annotations/jcip-annotations-1.0-r1.ebuild
index dd2acb9b3..3c2a5835e 100644
--- a/dev-java/jcip-annotations/jcip-annotations-1.0-r1.ebuild
+++ b/dev-java/jcip-annotations/jcip-annotations-1.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit java-pkg-2 java-ant-2
DESCRIPTION="Annotations for Concurrency"
HOMEPAGE="http://www.jcip.net/"
-SRC_URI="http://www.jcip.net/${PN}-src.jar"
+SRC_URI="http://jcip.net.s3-website-us-east-1.amazonaws.com/${PN}-src.jar"
LICENSE="CC-BY-SA-2.5"
#Confirm license before entering tree.