diff options
author | Sven Vermeulen <swift@gentoo.org> | 2013-12-16 14:31:04 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2013-12-16 14:31:04 +0000 |
commit | 8b31dca05ed649da905fe1c1d4e117e30757a906 (patch) | |
tree | c4fbbd3e2ff025ad5716f95a96a59900332b9aba /eclass/selinux-policy-2.eclass | |
parent | Version bump (diff) | |
download | gentoo-2-8b31dca05ed649da905fe1c1d4e117e30757a906.tar.gz gentoo-2-8b31dca05ed649da905fe1c1d4e117e30757a906.tar.bz2 gentoo-2-8b31dca05ed649da905fe1c1d4e117e30757a906.zip |
Added HTTPS URL to EGIT_REPO_URI to allow live ebuilds to fetch data if firewall prohibits git (for SELinux eclass)
Diffstat (limited to 'eclass/selinux-policy-2.eclass')
-rw-r--r-- | eclass/selinux-policy-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/selinux-policy-2.eclass b/eclass/selinux-policy-2.eclass index f4bbeb43119e..c56298d4a9bd 100644 --- a/eclass/selinux-policy-2.eclass +++ b/eclass/selinux-policy-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/selinux-policy-2.eclass,v 1.19 2013/05/07 09:25:17 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/selinux-policy-2.eclass,v 1.20 2013/12/16 14:31:04 swift Exp $ # Eclass for installing SELinux policy, and optionally # reloading the reference-policy based modules. @@ -59,7 +59,7 @@ extra_eclass="" case ${BASEPOL} in 9999) extra_eclass="git-2"; - EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/hardened-refpolicy.git"; + EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/hardened-refpolicy.git https://git.overlays.gentoo.org/gitroot/proj/hardened-refpolicy.git"; EGIT_SOURCEDIR="${WORKDIR}/refpolicy";; esac |