diff options
author | 2018-07-12 22:33:04 +0800 | |
---|---|---|
committer | 2018-07-12 23:28:35 +0800 | |
commit | ac8c32c38dff404a306d4145405d630bfbdafae3 (patch) | |
tree | 4be88497077186149db5bb1473b85afb6ed9f0a0 /sec-policy | |
parent | sec-policy/selinux-base: update SRC_URI (diff) | |
download | gentoo-ac8c32c38dff404a306d4145405d630bfbdafae3.tar.gz gentoo-ac8c32c38dff404a306d4145405d630bfbdafae3.tar.bz2 gentoo-ac8c32c38dff404a306d4145405d630bfbdafae3.zip |
sec-policy/selinux-base-policy: update SRC_URI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sec-policy')
-rw-r--r-- | sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild b/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild index b2976ccee54b..f68a3519c796 100644 --- a/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild +++ b/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999* ]]; then inherit git-r3 else - SRC_URI="https://raw.githubusercontent.com/wiki/TresysTechnology/refpolicy/files/refpolicy-${PV}.tar.bz2 + SRC_URI="https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_${PV/./_}/refpolicy-${PV}.tar.bz2 https://dev.gentoo.org/~swift/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2" KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" fi |