summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2025-01-10 10:47:10 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2025-01-10 10:47:10 +0200
commit59ddeaadb0d7315653ba065a8dc700d2f40256e9 (patch)
treed2530f9725925c769495088e0be0c265e5a6baad /app-admin
parentapp-containers/containers-common: drop 0.57.0-r1, 0.58.0-r1 (diff)
downloadgentoo-59ddeaadb0d7315653ba065a8dc700d2f40256e9.tar.gz
gentoo-59ddeaadb0d7315653ba065a8dc700d2f40256e9.tar.bz2
gentoo-59ddeaadb0d7315653ba065a8dc700d2f40256e9.zip
app-admin/setools: Keyword 4.5.1 x86, #944723
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/setools/setools-4.5.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/setools/setools-4.5.1.ebuild b/app-admin/setools/setools-4.5.1.ebuild
index 434f02a834a1..691c776c896d 100644
--- a/app-admin/setools/setools-4.5.1.ebuild
+++ b/app-admin/setools/setools-4.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]] ; then
S="${WORKDIR}/${P}"
else
SRC_URI="https://github.com/SELinuxProject/setools/releases/download/${PV}/${P}.tar.bz2"
- KEYWORDS="~amd64 ~arm64 ~riscv"
+ KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
S="${WORKDIR}/${PN}"
fi