Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/acpid/
Date: Wed, 29 Jun 2022 11:58:45
Message-Id: 1656503869.39cf3b402bdaef200c9634209f7a574c458bc8d4.sam@gentoo
1 commit: 39cf3b402bdaef200c9634209f7a574c458bc8d4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 11:57:49 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 11:57:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39cf3b40
7
8 sys-power/acpid: Stabilize 2.0.33 x86, #855029
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-power/acpid/acpid-2.0.33.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-power/acpid/acpid-2.0.33.ebuild b/sys-power/acpid/acpid-2.0.33.ebuild
16 index ce3ff788217e..8e2b653f4095 100644
17 --- a/sys-power/acpid/acpid-2.0.33.ebuild
18 +++ b/sys-power/acpid/acpid-2.0.33.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.xz"
20
21 LICENSE="GPL-2"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm arm64 ~ia64 ~loong ~riscv ~x86"
24 +KEYWORDS="~amd64 ~arm arm64 ~ia64 ~loong ~riscv x86"
25 IUSE="selinux"
26
27 RDEPEND="selinux? ( sec-policy/selinux-apm )"