summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaman <perfinion@gentoo.org>2019-04-20 16:14:03 +0800
committerJason Zaman <perfinion@gentoo.org>2019-04-20 16:23:38 +0800
commitdcbb554c9ee7829dbf072dbb9c98017c09b14aa4 (patch)
tree8b3985d0efdbbb2bc6b00f0a5afaa62cefec52da
parentnet-misc/dhcpcd: Removed old. (diff)
downloadgentoo-dcbb554c9ee7829dbf072dbb9c98017c09b14aa4.tar.gz
gentoo-dcbb554c9ee7829dbf072dbb9c98017c09b14aa4.tar.bz2
gentoo-dcbb554c9ee7829dbf072dbb9c98017c09b14aa4.zip
selinux-policy-2.eclass: move patches to my dev space
Swift is retiring so move the SRC_URI for all the patches to dev.gentoo.org/~perfinion/patches/ instead. Signed-off-by: Jason Zaman <perfinion@gentoo.org>
-rw-r--r--eclass/selinux-policy-2.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/selinux-policy-2.eclass b/eclass/selinux-policy-2.eclass
index c985f0908f18..c1e21974021a 100644
--- a/eclass/selinux-policy-2.eclass
+++ b/eclass/selinux-policy-2.eclass
@@ -96,7 +96,7 @@ IUSE=""
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:SELinux"
if [[ -n ${BASEPOL} ]] && [[ "${BASEPOL}" != "9999" ]]; then
SRC_URI="https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_${PV/./_}/refpolicy-${PV}.tar.bz2
- https://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-${BASEPOL}.tar.bz2"
+ https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-${BASEPOL}.tar.bz2"
elif [[ "${BASEPOL}" != "9999" ]]; then
SRC_URI="https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_${PV/./_}/refpolicy-${PV}.tar.bz2"
else