summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/php/php-5.5.27.ebuild')
-rw-r--r--dev-lang/php/php-5.5.27.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/php/php-5.5.27.ebuild b/dev-lang/php/php-5.5.27.ebuild
index 48edec03b8ce..dcf83629d198 100644
--- a/dev-lang/php/php-5.5.27.ebuild
+++ b/dev-lang/php/php-5.5.27.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}"
@@ -775,7 +775,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
}