diff options
author | Kenton Groombridge <concord@gentoo.org> | 2022-07-02 13:01:46 -0400 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2022-07-02 13:01:46 -0400 |
commit | c9eca7244aae6fdd07ba409d1a922935ec2a6f07 (patch) | |
tree | e7946c8998ee8395e3f8f45f3410f38e8cc278a0 /sys-apps/semodule-utils | |
parent | sys-apps/selinux-python: stabilize 3.4 for amd64, x86 (diff) | |
download | gentoo-c9eca7244aae6fdd07ba409d1a922935ec2a6f07.tar.gz gentoo-c9eca7244aae6fdd07ba409d1a922935ec2a6f07.tar.bz2 gentoo-c9eca7244aae6fdd07ba409d1a922935ec2a6f07.zip |
sys-apps/semodule-utils: stabilize 3.4 for amd64, x86
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'sys-apps/semodule-utils')
-rw-r--r-- | sys-apps/semodule-utils/semodule-utils-3.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/semodule-utils/semodule-utils-3.4.ebuild b/sys-apps/semodule-utils/semodule-utils-3.4.ebuild index ce9f168c9c89..bcd7d8f5222a 100644 --- a/sys-apps/semodule-utils/semodule-utils-3.4.ebuild +++ b/sys-apps/semodule-utils/semodule-utils-3.4.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then S="${WORKDIR}/${P}/${PN}" else SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" S="${WORKDIR}/${MY_P}" fi |