diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-08-23 16:16:37 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-08-23 16:16:37 +0000 |
commit | af973b9d88ce1c177ea8269703dca9d95918ca15 (patch) | |
tree | 3697724d61fab06e5015902301928e53fab0e3c4 /eclass/selinux-policy-2.eclass | |
parent | Initial commit. Package for geometry (diff) | |
download | gentoo-2-af973b9d88ce1c177ea8269703dca9d95918ca15.tar.gz gentoo-2-af973b9d88ce1c177ea8269703dca9d95918ca15.tar.bz2 gentoo-2-af973b9d88ce1c177ea8269703dca9d95918ca15.zip |
Temporarily switch to github for live ebuilds until gogo is working again
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 51e0115505e4..e7193fdcaaeb 100644 --- a/eclass/selinux-policy-2.eclass +++ b/eclass/selinux-policy-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.24 2014/08/23 10:37:18 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/selinux-policy-2.eclass,v 1.25 2014/08/23 16:16:37 swift Exp $ # Eclass for installing SELinux policy, and optionally # reloading the reference-policy based modules. @@ -63,7 +63,7 @@ # using a single variable, rather than having to set the packagename_LIVE_REPO # variable for each and every SELinux policy module package they want to install. # The default value is Gentoo's hardened-refpolicy repository. -: ${SELINUX_GIT_REPO:="git://git.overlays.gentoo.org/proj/hardened-refpolicy.git https://git.overlays.gentoo.org/gitroot/proj/hardened-refpolicy.git"}; +: ${SELINUX_GIT_REPO:="https://github.com/sjvermeu/hardened-refpolicy.git git://git.overlays.gentoo.org/proj/hardened-refpolicy.git https://git.overlays.gentoo.org/gitroot/proj/hardened-refpolicy.git"}; # @ECLASS-VARIABLE: SELINUX_GIT_BRANCH # @DESCRIPTION: |