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/emul-linux-x86.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/emul-linux-x86.eclass')
-rw-r--r-- | eclass/emul-linux-x86.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/emul-linux-x86.eclass b/eclass/emul-linux-x86.eclass index 80f6faf0129c..18849c6bc632 100644 --- a/eclass/emul-linux-x86.eclass +++ b/eclass/emul-linux-x86.eclass @@ -18,9 +18,9 @@ case "${EAPI:-0}" in esac DESCRIPTION="Provides precompiled 32bit libraries" -#HOMEPAGE="http://amd64.gentoo.org/emul/content.xml" -HOMEPAGE="http://dev.gentoo.org/~pacho/emul.html" -SRC_URI="http://dev.gentoo.org/~pacho/emul/${P}.tar.xz" +#HOMEPAGE="https://amd64.gentoo.org/emul/content.xml" +HOMEPAGE="https://dev.gentoo.org/~pacho/emul.html" +SRC_URI="https://dev.gentoo.org/~pacho/emul/${P}.tar.xz" IUSE="+development" |