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 0B4C7139694 for ; Tue, 21 Feb 2017 09:17:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A96C21C267; Tue, 21 Feb 2017 09:16:53 +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 270F521C267 for ; Tue, 21 Feb 2017 09:16:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C6CA73413B7 for ; Tue, 21 Feb 2017 09:16:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49B9F4F74 for ; Tue, 21 Feb 2017 09:16:38 +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: <1487668548.05de3071e4b9ad9314170f15a099ad6bf18a3e0e.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.3.4.ebuild X-VCS-Directories: x11-misc/colord/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 05de3071e4b9ad9314170f15a099ad6bf18a3e0e X-VCS-Branch: master Date: Tue, 21 Feb 2017 09:16:38 +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: 4462ffec-099d-4534-998b-45810d17cf65 X-Archives-Hash: 40651ec6caee6105e1e37dfdd57eee10 commit: 05de3071e4b9ad9314170f15a099ad6bf18a3e0e Author: Tobias Klausmann gentoo org> AuthorDate: Tue Feb 21 09:15:48 2017 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Feb 21 09:15:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05de3071 x11-misc/colord-1.3.4-r0: add alpha keyword Gentoo-Bug: 606818 x11-misc/colord/colord-1.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/colord/colord-1.3.4.ebuild b/x11-misc/colord/colord-1.3.4.ebuild index 33e1b0a655..294e450c62 100644 --- a/x11-misc/colord/colord-1.3.4.ebuild +++ b/x11-misc/colord/colord-1.3.4.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://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"