diff options
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/setools/setools-4.4.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/setools/setools-4.4.0-r2.ebuild b/app-admin/setools/setools-4.4.0-r2.ebuild index 29a31db5a0ac..0d3f876fd18f 100644 --- a/app-admin/setools/setools-4.4.0-r2.ebuild +++ b/app-admin/setools/setools-4.4.0-r2.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 arm ~arm64 x86" + KEYWORDS="amd64 arm arm64 x86" fi LICENSE="GPL-2 LGPL-2.1" |