selinux-policy-2.eclass: move patches to my dev space
authorJason Zaman <perfinion@gentoo.org>
Sat, 20 Apr 2019 08:14:03 +0000 (16:14 +0800)
committerJason Zaman <perfinion@gentoo.org>
Sat, 20 Apr 2019 08:23:38 +0000 (16:23 +0800)
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>
eclass/selinux-policy-2.eclass

index c985f0908f18619d785996202adf6d8b1ba2b101..c1e21974021aa31f72a8b6d57d3ebb2fe4445f76 100644 (file)
@@ -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