Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/acpid/
Date: Wed, 29 Jun 2022 07:58:57
Message-Id: 1656489519.356528024228ff39abe788b5b818ef8e0e040076.jsmolic@gentoo
1 commit: 356528024228ff39abe788b5b818ef8e0e040076
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 07:58:39 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 07:58:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35652802
7
8 sys-power/acpid: Stabilize 2.0.33 arm64, #855029
9
10 Signed-off-by: Jakov Smolić <jsmolic <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 ec53324174f6..ce3ff788217e 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 )"