From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A6491382C5 for ; Sat, 31 Mar 2018 18:41:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00FE7E09CA; Sat, 31 Mar 2018 18:41:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBD79E09CD for ; Sat, 31 Mar 2018 18:41:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4411D335D29 for ; Sat, 31 Mar 2018 18:41:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1795C272 for ; Sat, 31 Mar 2018 18:41:08 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1522521605.89fa125bec35c52237a27f87fe4b6a1d901e6843.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/acpid/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/acpid/acpid-2.0.28.ebuild X-VCS-Directories: sys-power/acpid/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 89fa125bec35c52237a27f87fe4b6a1d901e6843 X-VCS-Branch: master Date: Sat, 31 Mar 2018 18:41:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 89ac71c2-1ec8-4dfa-aac7-34b58c85140b X-Archives-Hash: 1cf8b5256b0c83ba35743ab888c335b5 commit: 89fa125bec35c52237a27f87fe4b6a1d901e6843 Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 13:38:29 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 18:40:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89fa125b sys-power/acpid: keyword ~arm64 Closes: https://github.com/gentoo/gentoo/pull/7741 sys-power/acpid/acpid-2.0.28.ebuild | 4 ++-- 1 file 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 766c975e51a..d55a1952ea6 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 )"