sec-policy/selinux-base-policy: Sync with Gentoo

It's from Gentoo commit 22e8a836a25059f3cff589f0e10ff06a7154fed5.
This commit is contained in:
Flatcar Buildbot 2024-09-16 07:14:58 +00:00 committed by Krzesimir Nowak
parent 3fc73fa054
commit 0e2b811c96
3 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then
else else
SRC_URI="https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_${PV/./_}/refpolicy-${PV}.tar.bz2 SRC_URI="https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_${PV/./_}/refpolicy-${PV}.tar.bz2
https://dev.gentoo.org/~perfinion/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2" https://dev.gentoo.org/~perfinion/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2"
KEYWORDS="amd64 arm arm64 ~mips x86" KEYWORDS="amd64 arm arm64 x86"
fi fi
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:SELinux" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:SELinux"

View File

@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then
else else
SRC_URI="https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_${PV/./_}/refpolicy-${PV}.tar.bz2 SRC_URI="https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_${PV/./_}/refpolicy-${PV}.tar.bz2
https://dev.gentoo.org/~perfinion/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2" https://dev.gentoo.org/~perfinion/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2"
KEYWORDS="amd64 arm arm64 ~mips ~riscv x86" KEYWORDS="amd64 arm arm64 ~riscv x86"
fi fi
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:SELinux" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:SELinux"

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
@ -12,7 +12,7 @@ if [[ ${PV} == 9999* ]]; then
else else
SRC_URI="https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_${PV/./_}/refpolicy-${PV}.tar.bz2 SRC_URI="https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_${PV/./_}/refpolicy-${PV}.tar.bz2
https://dev.gentoo.org/~perfinion/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2" https://dev.gentoo.org/~perfinion/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2"
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi fi
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:SELinux" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:SELinux"