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: Sat, 31 Mar 2018 18:41:13
Message-Id: 1522521605.89fa125bec35c52237a27f87fe4b6a1d901e6843.leio@gentoo
1 commit: 89fa125bec35c52237a27f87fe4b6a1d901e6843
2 Author: Alexey Korepanov <kaikaikai <AT> yandex <DOT> ru>
3 AuthorDate: Sat Mar 31 13:38:29 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 31 18:40:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89fa125b
7
8 sys-power/acpid: keyword ~arm64
9
10 Closes: https://github.com/gentoo/gentoo/pull/7741
11
12 sys-power/acpid/acpid-2.0.28.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-power/acpid/acpid-2.0.28.ebuild b/sys-power/acpid/acpid-2.0.28.ebuild
16 index 766c975e51a..d55a1952ea6 100644
17 --- a/sys-power/acpid/acpid-2.0.28.ebuild
18 +++ b/sys-power/acpid/acpid-2.0.28.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.xz"
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="amd64 ia64 x86"
30 +KEYWORDS="amd64 ~arm64 ia64 x86"
31 IUSE="selinux"
32
33 RDEPEND="selinux? ( sec-policy/selinux-apm )"