diff options
author | Jonathan Davies <jpds@protonmail.com> | 2021-07-05 04:03:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-05 04:21:44 +0100 |
commit | 99224198903354f5377d8aa3891fb66800ccd03a (patch) | |
tree | 2505babe3e5c3ff894e495cb7506c93f9a00e9d8 /sec-policy/selinux-vdagent/selinux-vdagent-2.20200818-r2.ebuild | |
parent | sec-policy/selinux-vbetool: Unblock ~arm keyword. (diff) | |
download | gentoo-99224198903354f5377d8aa3891fb66800ccd03a.tar.gz gentoo-99224198903354f5377d8aa3891fb66800ccd03a.tar.bz2 gentoo-99224198903354f5377d8aa3891fb66800ccd03a.zip |
sec-policy/selinux-vdagent: Unblock ~arm keyword.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sec-policy/selinux-vdagent/selinux-vdagent-2.20200818-r2.ebuild')
-rw-r--r-- | sec-policy/selinux-vdagent/selinux-vdagent-2.20200818-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sec-policy/selinux-vdagent/selinux-vdagent-2.20200818-r2.ebuild b/sec-policy/selinux-vdagent/selinux-vdagent-2.20200818-r2.ebuild index c7a1dce2a40f..374180969bf4 100644 --- a/sec-policy/selinux-vdagent/selinux-vdagent-2.20200818-r2.ebuild +++ b/sec-policy/selinux-vdagent/selinux-vdagent-2.20200818-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for vdagent" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 -arm ~arm64 ~mips x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi |