diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-25 08:13:03 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-25 09:11:22 +0200 |
commit | 0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47 (patch) | |
tree | ffc7eefe5ed5ae6788a9e5c426a992f22260dd9b /eclass/apache-2.eclass | |
parent | net-p2p/gtk-gnutella: cleanup (diff) | |
download | gentoo-0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47.tar.gz gentoo-0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47.tar.bz2 gentoo-0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47.zip |
eclass: gentoo.org has https per default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'eclass/apache-2.eclass')
-rw-r--r-- | eclass/apache-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index 549b43abcd60..d06215276491 100644 --- a/eclass/apache-2.eclass +++ b/eclass/apache-2.eclass @@ -71,7 +71,7 @@ esac [[ -n "$GENTOO_PATCH_A" ]] || GENTOO_PATCH_A="${GENTOO_PATCHNAME}-${GENTOO_PATCHSTAMP}.tar.bz2" SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2 - http://dev.gentoo.org/~${GENTOO_DEVELOPER}/dist/apache/${GENTOO_PATCH_A}" + https://dev.gentoo.org/~${GENTOO_DEVELOPER}/dist/apache/${GENTOO_PATCH_A}" # @VARIABLE: IUSE_MPMS_FORK # @DESCRIPTION: @@ -365,7 +365,7 @@ check_upgrade() { eerror "(${EROOT}etc/apache2/apache2-builtin-mods) exists on your" eerror "system." eerror - eerror "Please read http://www.gentoo.org/doc/en/apache-upgrading.xml" + eerror "Please read https://www.gentoo.org/doc/en/apache-upgrading.xml" eerror "for detailed information how to convert this file to the new" eerror "APACHE2_MODULES USE_EXPAND variable." eerror |