summaryrefslogtreecommitdiff
path: root/dev-java/guava/guava-13.0.1.ebuild
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-24 13:35:05 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-24 13:35:41 +0200
commit769c75f84ac0d1be61ecaeaff0fcc8c509063ec5 (patch)
treeb2ac9f34d4991495f829bd5db62f51c7579e4a4e /dev-java/guava/guava-13.0.1.ebuild
parent618e0886aecf0c9a0b9fead6f8efa679ee694161 (diff)
downloadgentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.gz
gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.xz
Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-java/guava/guava-13.0.1.ebuild')
-rw-r--r--dev-java/guava/guava-13.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/guava/guava-13.0.1.ebuild b/dev-java/guava/guava-13.0.1.ebuild
index 1ff8907ee6d..6e0efa2cd10 100644
--- a/dev-java/guava/guava-13.0.1.ebuild
+++ b/dev-java/guava/guava-13.0.1.ebuild
@@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="A collection of Google's core Java libraries"
-HOMEPAGE="http://code.google.com/p/guava-libraries/"
+HOMEPAGE="https://code.google.com/p/guava-libraries/"
SRC_URI="http://search.maven.org/remotecontent?filepath=com/google/${PN}/${PN}/${PV}/${P}-sources.jar"
LICENSE="Apache-2.0"
@@ -22,6 +22,6 @@ RDEPEND="${COMMON_DEP}
|| ( virtual/jre:1.7 virtual/jre:1.6 )"
DEPEND="${COMMON_DEP}
app-arch/unzip
- virtual/jdk:1.7" # http://code.google.com/p/guava-libraries/issues/detail?id=635
+ virtual/jdk:1.7" # https://code.google.com/p/guava-libraries/issues/detail?id=635
JAVA_GENTOO_CLASSPATH="jsr305"