commit: dcbb554c9ee7829dbf072dbb9c98017c09b14aa4 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org> AuthorDate: Sat Apr 20 08:14:03 2019 +0000 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org> CommitDate: Sat Apr 20 08:23:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcbb554c
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 <AT> gentoo.org> eclass/selinux-policy-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/selinux-policy-2.eclass b/eclass/selinux-policy-2.eclass index c985f0908f1..c1e21974021 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
