diff options
author | Alexey Korepanov <kaikaikai@yandex.ru> | 2018-03-31 14:38:29 +0100 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-03-31 21:40:05 +0300 |
commit | 89fa125bec35c52237a27f87fe4b6a1d901e6843 (patch) | |
tree | 6ce3c14de9a95ca058109affec2834c7520d14d6 /sys-power/acpid | |
parent | sci-calculators/speedcrunch: keyword ~arm64 (diff) | |
download | gentoo-89fa125bec35c52237a27f87fe4b6a1d901e6843.tar.gz gentoo-89fa125bec35c52237a27f87fe4b6a1d901e6843.tar.bz2 gentoo-89fa125bec35c52237a27f87fe4b6a1d901e6843.zip |
sys-power/acpid: keyword ~arm64
Closes: https://github.com/gentoo/gentoo/pull/7741
Diffstat (limited to 'sys-power/acpid')
-rw-r--r-- | sys-power/acpid/acpid-2.0.28.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/acpid/acpid-2.0.28.ebuild b/sys-power/acpid/acpid-2.0.28.ebuild index 766c975e51a1..d55a1952ea66 100644 --- a/sys-power/acpid/acpid-2.0.28.ebuild +++ b/sys-power/acpid/acpid-2.0.28.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ia64 x86" +KEYWORDS="amd64 ~arm64 ia64 x86" IUSE="selinux" RDEPEND="selinux? ( sec-policy/selinux-apm )" |