Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/acpid/
Date: Fri, 18 Jan 2019 09:57:23
Message-Id: 1547805394.edd55c2073081f46d20b4533c1774f0a17be1052.leio@gentoo
1 commit: edd55c2073081f46d20b4533c1774f0a17be1052
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 18 09:56:34 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 18 09:56:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd55c20
7
8 sys-power/acpid: arm64 stable (bug #673162)
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 sys-power/acpid/acpid-2.0.31.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-power/acpid/acpid-2.0.31.ebuild b/sys-power/acpid/acpid-2.0.31.ebuild
17 index 52a2ac1739c..16f46b163fb 100644
18 --- a/sys-power/acpid/acpid-2.0.31.ebuild
19 +++ b/sys-power/acpid/acpid-2.0.31.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.xz
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 -KEYWORDS="amd64 ~arm ~arm64 ia64 x86"
31 +KEYWORDS="amd64 ~arm arm64 ia64 x86"
32 IUSE="selinux"
33
34 RDEPEND="selinux? ( sec-policy/selinux-apm )"