summaryrefslogtreecommitdiff
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-lang/php
parentsys-cluster/util-vserver: Version bump. Fixes bug 541750. (diff)
downloadgentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.gz
gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.bz2
gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.zip
Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r--dev-lang/php/php-7.0.0_rc1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/php/php-7.0.0_rc1.ebuild b/dev-lang/php/php-7.0.0_rc1.ebuild
index 2abea95ed92f..c81046fe2af2 100644
--- a/dev-lang/php/php-7.0.0_rc1.ebuild
+++ b/dev-lang/php/php-7.0.0_rc1.ebuild
@@ -18,7 +18,7 @@ function php_get_uri ()
echo "http://www.php.net/distributions/${2}"
;;
"olemarkus")
- echo "http://dev.gentoo.org/~olemarkus/php/${2}"
+ echo "https://dev.gentoo.org/~olemarkus/php/${2}"
;;
"gentoo")
echo "mirror://gentoo/${2}"
@@ -751,7 +751,7 @@ pkg_postinst() {
elog
elog "For more details on how minor version slotting works (PHP_TARGETS) please read the upgrade guide:"
- elog "http://www.gentoo.org/proj/en/php/php-upgrading.xml"
+ elog "https://www.gentoo.org/proj/en/php/php-upgrading.xml"
elog
}