diff options
author | Kenton Groombridge <concord@gentoo.org> | 2023-04-09 11:03:39 -0400 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2023-04-09 11:03:39 -0400 |
commit | 21d1c26cd491a0e9e2ef1824c5cb2a2c103cfadf (patch) | |
tree | 3d2ed5ae0906cbe928a98ffb03fd089b41cd1e00 /sys-apps/semodule-utils | |
parent | sys-apps/selinux-python: Stabilize SELinux userspace 3.5 (diff) | |
download | gentoo-21d1c26cd491a0e9e2ef1824c5cb2a2c103cfadf.tar.gz gentoo-21d1c26cd491a0e9e2ef1824c5cb2a2c103cfadf.tar.bz2 gentoo-21d1c26cd491a0e9e2ef1824c5cb2a2c103cfadf.zip |
sys-apps/semodule-utils: Stabilize SELinux userspace 3.5
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.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/semodule-utils/semodule-utils-3.5.ebuild b/sys-apps/semodule-utils/semodule-utils-3.5.ebuild index 525188411f40..b67d886e7b9c 100644 --- a/sys-apps/semodule-utils/semodule-utils-3.5.ebuild +++ b/sys-apps/semodule-utils/semodule-utils-3.5.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 |