diff options
author | Sven Vermeulen <swift@gentoo.org> | 2011-08-12 20:01:29 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2011-08-12 20:01:29 +0000 |
commit | 44a0d73200ec02434d0ed9705c8d20f2d84d5092 (patch) | |
tree | cdfd3c4244241c7d2a6a27d4c5deffe7f9a9b953 /eclass/selinux-policy-2.eclass | |
parent | Version bump. Contains a critical fix for any users of 2.50-2.52. (diff) | |
download | historical-44a0d73200ec02434d0ed9705c8d20f2d84d5092.tar.gz historical-44a0d73200ec02434d0ed9705c8d20f2d84d5092.tar.bz2 historical-44a0d73200ec02434d0ed9705c8d20f2d84d5092.zip |
Use ~swift as location for patchbundles now
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 78c2cdc0cb54..31d0e2a5adca 100644 --- a/eclass/selinux-policy-2.eclass +++ b/eclass/selinux-policy-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.7 2011/08/07 10:47:00 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/selinux-policy-2.eclass,v 1.8 2011/08/12 20:01:29 swift Exp $ # Eclass for installing SELinux policy, and optionally # reloading the reference-policy based modules. @@ -55,7 +55,7 @@ HOMEPAGE="http://www.gentoo.org/proj/en/hardened/selinux/" if [[ -n ${BASEPOL} ]]; then SRC_URI="http://oss.tresys.com/files/refpolicy/refpolicy-${PV}.tar.bz2 - http://dev.gentoo.org/~blueness/patchbundle-selinux-base-policy/patchbundle-selinux-base-policy-${BASEPOL}.tar.bz2" + http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-${BASEPOL}.tar.bz2" else SRC_URI="http://oss.tresys.com/files/refpolicy/refpolicy-${PV}.tar.bz2" fi |