diff options
author | 2019-04-20 16:20:19 +0800 | |
---|---|---|
committer | 2019-04-20 16:23:40 +0800 | |
commit | 5a52527eff95ab73ec3d1418019a9cc318db3726 (patch) | |
tree | 1c4e929b87b756bfef400296293da6e574c1765f /sec-policy/selinux-base/selinux-base-2.20180701-r2.ebuild | |
parent | selinux-policy-2.eclass: move patches to my dev space (diff) | |
download | gentoo-5a52527eff95ab73ec3d1418019a9cc318db3726.tar.gz gentoo-5a52527eff95ab73ec3d1418019a9cc318db3726.tar.bz2 gentoo-5a52527eff95ab73ec3d1418019a9cc318db3726.zip |
sec-policy/selinux-base: 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>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'sec-policy/selinux-base/selinux-base-2.20180701-r2.ebuild')
-rw-r--r-- | sec-policy/selinux-base/selinux-base-2.20180701-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sec-policy/selinux-base/selinux-base-2.20180701-r2.ebuild b/sec-policy/selinux-base/selinux-base-2.20180701-r2.ebuild index 32e8fed4269a..942ea13d67f1 100644 --- a/sec-policy/selinux-base/selinux-base-2.20180701-r2.ebuild +++ b/sec-policy/selinux-base/selinux-base-2.20180701-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then inherit git-r3 else 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-${PVR}.tar.bz2" + https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-${PVR}.tar.bz2" KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" fi |