Gentoo Archives: gentoo-commits

From: Kenton Groombridge <concord@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/semodule-utils/
Date: Sat, 02 Jul 2022 17:58:36
Message-Id: 1656781306.c9eca7244aae6fdd07ba409d1a922935ec2a6f07.concord@gentoo
1 commit: c9eca7244aae6fdd07ba409d1a922935ec2a6f07
2 Author: Kenton Groombridge <concord <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 17:01:46 2022 +0000
4 Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 17:01:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9eca724
7
8 sys-apps/semodule-utils: stabilize 3.4 for amd64, x86
9
10 Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>
11
12 sys-apps/semodule-utils/semodule-utils-3.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/semodule-utils/semodule-utils-3.4.ebuild b/sys-apps/semodule-utils/semodule-utils-3.4.ebuild
16 index ce9f168c9c89..bcd7d8f5222a 100644
17 --- a/sys-apps/semodule-utils/semodule-utils-3.4.ebuild
18 +++ b/sys-apps/semodule-utils/semodule-utils-3.4.ebuild
19 @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]] ; then
20 S="${WORKDIR}/${P}/${PN}"
21 else
22 SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
24 + KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
25 S="${WORKDIR}/${MY_P}"
26 fi