From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B6BE8138827 for ; Sat, 3 Oct 2015 08:01:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41114E0814; Sat, 3 Oct 2015 08:01:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E890DE0814 for ; Sat, 3 Oct 2015 08:01:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FA933407D2 for ; Sat, 3 Oct 2015 08:01:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2F61207 for ; Sat, 3 Oct 2015 08:01:11 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1443859267.b12d64247dafa8d71c41d44e7b35662a1df48b64.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/consolekit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/consolekit/consolekit-1.0.0.ebuild X-VCS-Directories: sys-auth/consolekit/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: b12d64247dafa8d71c41d44e7b35662a1df48b64 X-VCS-Branch: master Date: Sat, 3 Oct 2015 08:01:11 +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: 31999dd7-3324-46ae-8b5e-e12ad59cc6b3 X-Archives-Hash: ac15b0be253d6caa6330834f3272be08 commit: b12d64247dafa8d71c41d44e7b35662a1df48b64 Author: Markus Meier gentoo org> AuthorDate: Sat Oct 3 08:01:07 2015 +0000 Commit: Markus Meier gentoo org> CommitDate: Sat Oct 3 08:01:07 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b12d6424 sys-auth/consolekit: add ~arm, bug #560074 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="arm" sys-auth/consolekit/consolekit-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/consolekit/consolekit-1.0.0.ebuild b/sys-auth/consolekit/consolekit-1.0.0.ebuild index e8f027f..e84b8f3 100644 --- a/sys-auth/consolekit/consolekit-1.0.0.ebuild +++ b/sys-auth/consolekit/consolekit-1.0.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/${MY_PN}/${MY_PN}/releases/download/${PV}/${MY_P}.ta LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86" IUSE="acl cgroups debug doc kernel_linux pam policykit selinux test" COMMON_DEPEND=">=dev-libs/glib-2.40:2=