From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-918646-garchives=archives.gentoo.org@lists.gentoo.org>
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 62BAD139085
	for <garchives@archives.gentoo.org>; Wed, 21 Dec 2016 22:54:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 939D5E0C5D;
	Wed, 21 Dec 2016 22:54:42 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 6AB8DE0C5D
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Dec 2016 22:54:32 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A82EC34125C
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Dec 2016 22:54:31 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AE4EA24E8
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Dec 2016 22:54:28 +0000 (UTC)
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" <whissi@gentoo.org>
Message-ID: <1482360848.bb65cc4a1edd0e817516ab7494aa7c3c2d0698fc.whissi@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.27.ebuild
X-VCS-Directories: sys-power/acpid/
X-VCS-Committer: whissi
X-VCS-Committer-Name: Thomas Deutschmann
X-VCS-Revision: bb65cc4a1edd0e817516ab7494aa7c3c2d0698fc
X-VCS-Branch: master
Date: Wed, 21 Dec 2016 22:54:28 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: b04b59ac-78a3-4ff8-bf9c-52b413983b1c
X-Archives-Hash: 8b3daa1c2e7e641cb8d04bbbbb52f279

commit:     bb65cc4a1edd0e817516ab7494aa7c3c2d0698fc
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 21:58:16 2016 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 22:54:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb65cc4a

sys-power/acpid: x86 stable (bug #583498)

Package-Manager: Portage-2.3.2, Repoman-2.3.1

 sys-power/acpid/acpid-2.0.27.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/acpid/acpid-2.0.27.ebuild b/sys-power/acpid/acpid-2.0.27.ebuild
index 2d573a3..57147e81 100644
--- a/sys-power/acpid/acpid-2.0.27.ebuild
+++ b/sys-power/acpid/acpid-2.0.27.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~x86"
+KEYWORDS="amd64 ~ia64 x86"
 IUSE="selinux"
 
 RDEPEND="selinux? ( sec-policy/selinux-apm )"