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 C6DF41393F1 for ; Wed, 16 Sep 2015 08:43:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6CCF21C039; Wed, 16 Sep 2015 08:43:36 +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 4CAC221C024 for ; Wed, 16 Sep 2015 08:43:34 +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 961323406F1 for ; Wed, 16 Sep 2015 08:43:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B98B3227 for ; Wed, 16 Sep 2015 08:43:29 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1442392968.c61f8602ae7c093dbff538466cbf11ea0e1d2443.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/colord/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/colord/colord-1.2.12.ebuild X-VCS-Directories: x11-misc/colord/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: c61f8602ae7c093dbff538466cbf11ea0e1d2443 X-VCS-Branch: master Date: Wed, 16 Sep 2015 08:43:29 +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: 71de98a2-8ccc-4044-b894-fe8c8632c8ca X-Archives-Hash: 5a8fd7452dfc4cd4d09544d4902ccb0d commit: c61f8602ae7c093dbff538466cbf11ea0e1d2443 Author: Tobias Klausmann gentoo org> AuthorDate: Wed Sep 16 08:35:07 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Wed Sep 16 08:42:48 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61f8602 x11-misc/colord: add alpha keyword Gentoo-Bug: 551826 Package-Manager: portage-2.2.20.1 x11-misc/colord/colord-1.2.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/colord/colord-1.2.12.ebuild b/x11-misc/colord/colord-1.2.12.ebuild index 476b96f..8eab5e3 100644 --- a/x11-misc/colord/colord-1.2.12.ebuild +++ b/x11-misc/colord/colord-1.2.12.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://www.freedesktop.org/software/colord/releases/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0/2" # subslot = libcolord soname version -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" # We prefer policykit enabled by default, bug #448058 IUSE="argyllcms examples extra-print-profiles +gusb +introspection +policykit scanner systemd +udev vala"