diff options
author | Jonathan Davies <jpds@protonmail.com> | 2021-07-05 03:28:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-05 04:14:26 +0100 |
commit | c623384d04949ec163b9080ee5e03d6220888674 (patch) | |
tree | 0163b8087c1cec223cedece3fafecf22c0839d2b /app-admin/setools | |
parent | profiles: add date to kernel mask (diff) | |
download | gentoo-c623384d04949ec163b9080ee5e03d6220888674.tar.gz gentoo-c623384d04949ec163b9080ee5e03d6220888674.tar.bz2 gentoo-c623384d04949ec163b9080ee5e03d6220888674.zip |
app-admin/setools: Added ~arm to packages where missing
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-admin/setools')
-rw-r--r-- | app-admin/setools/setools-4.3.0.ebuild | 2 | ||||
-rw-r--r-- | app-admin/setools/setools-4.4.0.ebuild | 2 | ||||
-rw-r--r-- | app-admin/setools/setools-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/setools/setools-4.3.0.ebuild b/app-admin/setools/setools-4.3.0.ebuild index dc7e237e7cb3..19992dacb4a2 100644 --- a/app-admin/setools/setools-4.3.0.ebuild +++ b/app-admin/setools/setools-4.3.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/SELinuxProject/setools.git" else SRC_URI="https://github.com/SELinuxProject/setools/releases/download/${PV}/${P}.tar.bz2" - KEYWORDS="amd64 ~arm64 x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="GPL-2 LGPL-2.1" diff --git a/app-admin/setools/setools-4.4.0.ebuild b/app-admin/setools/setools-4.4.0.ebuild index f32a85930931..bab448134a71 100644 --- a/app-admin/setools/setools-4.4.0.ebuild +++ b/app-admin/setools/setools-4.4.0.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/SELinuxProject/setools.git" else SRC_URI="https://github.com/SELinuxProject/setools/releases/download/${PV}/${P}.tar.bz2" - KEYWORDS="amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~x86" fi LICENSE="GPL-2 LGPL-2.1" diff --git a/app-admin/setools/setools-9999.ebuild b/app-admin/setools/setools-9999.ebuild index f6471987e0cc..61a5b78a19c1 100644 --- a/app-admin/setools/setools-9999.ebuild +++ b/app-admin/setools/setools-9999.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/SELinuxProject/setools.git" else SRC_URI="https://github.com/SELinuxProject/setools/releases/download/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi LICENSE="GPL-2 LGPL-2.1" |