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 7604E139694 for ; Sat, 29 Jul 2017 14:32:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 260621FC116; Sat, 29 Jul 2017 14:32:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 04B251FC116 for ; Sat, 29 Jul 2017 14:32:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 255673419CE for ; Sat, 29 Jul 2017 14:32:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87C6774CA for ; Sat, 29 Jul 2017 14:32:26 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1501338741.1e9749ba73d31305b33a5bf01ecbd5c4be23bace.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/colord-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/colord-gtk/colord-gtk-0.1.26.ebuild X-VCS-Directories: x11-libs/colord-gtk/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 1e9749ba73d31305b33a5bf01ecbd5c4be23bace X-VCS-Branch: master Date: Sat, 29 Jul 2017 14:32:26 +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: b5ffd7f5-bc46-47a4-8da5-bbd7c7f2d290 X-Archives-Hash: 6543e35c9aeb41831d25e7aeab2ce905 commit: 1e9749ba73d31305b33a5bf01ecbd5c4be23bace Author: Alexis Ballier gentoo org> AuthorDate: Sat Jul 29 14:32:15 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Jul 29 14:32:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9749ba x11-libs/colord-gtk: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.3 x11-libs/colord-gtk/colord-gtk-0.1.26.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/colord-gtk/colord-gtk-0.1.26.ebuild b/x11-libs/colord-gtk/colord-gtk-0.1.26.ebuild index 2ed2fed3d72..ea830dad04d 100644 --- a/x11-libs/colord-gtk/colord-gtk-0.1.26.ebuild +++ b/x11-libs/colord-gtk/colord-gtk-0.1.26.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -13,7 +13,7 @@ SRC_URI="https://www.freedesktop.org/software/colord/releases/${P}.tar.xz" LICENSE="LGPL-3+" SLOT="0/1" # subslot = libcolord-gtk soname version -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" # We still need to build gtk-doc, https://bugs.freedesktop.org/show_bug.cgi?id=69107 IUSE="doc +introspection vala"