Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/acpid/
Date: Fri, 19 Oct 2018 17:52:46
Message-Id: 1539971543.b70fe8d7b15367502971d1b701b7276b9c38d339.whissi@gentoo
1 commit: b70fe8d7b15367502971d1b701b7276b9c38d339
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 19 17:46:41 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 19 17:52:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70fe8d7
7
8 sys-power/acpid: x86 stable (bug #668980)
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.11
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 sys-power/acpid/acpid-2.0.30.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-power/acpid/acpid-2.0.30.ebuild b/sys-power/acpid/acpid-2.0.30.ebuild
17 index 931b65a6326..5a1b837b395 100644
18 --- a/sys-power/acpid/acpid-2.0.30.ebuild
19 +++ b/sys-power/acpid/acpid-2.0.30.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 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 ~arm64 ~ia64 ~x86"
31 +KEYWORDS="~amd64 ~arm64 ~ia64 x86"
32 IUSE="selinux"
33
34 RDEPEND="selinux? ( sec-policy/selinux-apm )"