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 | 33b10cd9088be021a0a8469b8343905e49b72be8 (patch) | |
tree | 8e5909335124ad35314194dd54aa9d12bca0cf98 /eclass | |
parent | Initial commit. Package for geometry (diff) | |
download | historical-33b10cd9088be021a0a8469b8343905e49b72be8.tar.gz historical-33b10cd9088be021a0a8469b8343905e49b72be8.tar.bz2 historical-33b10cd9088be021a0a8469b8343905e49b72be8.zip |
Temporarily switch to github for live ebuilds until gogo is working again
Diffstat (limited to '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: |