From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-889607-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 61DAE1382DE
	for <garchives@archives.gentoo.org>; Thu, 30 Jun 2016 16:58:56 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BA1F8E0B4F;
	Thu, 30 Jun 2016 16:58:54 +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 19C0EE0B4F
	for <gentoo-commits@lists.gentoo.org>; Thu, 30 Jun 2016 16:58:53 +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 1F0ED340E73
	for <gentoo-commits@lists.gentoo.org>; Thu, 30 Jun 2016 16:58:53 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F13F12430
	for <gentoo-commits@lists.gentoo.org>; Thu, 30 Jun 2016 16:58:50 +0000 (UTC)
From: "Tobias Klausmann" <klausman@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, "Tobias Klausmann" <klausman@gentoo.org>
Message-ID: <1467305917.d9ac9a74f6b1fed4f1adc8f211f7578bf52d4248.klausman@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4ui/
X-VCS-Repository: repo/gentoo
X-VCS-Files: xfce-base/libxfce4ui/libxfce4ui-4.13.0.ebuild
X-VCS-Directories: xfce-base/libxfce4ui/
X-VCS-Committer: klausman
X-VCS-Committer-Name: Tobias Klausmann
X-VCS-Revision: d9ac9a74f6b1fed4f1adc8f211f7578bf52d4248
X-VCS-Branch: master
Date: Thu, 30 Jun 2016 16:58:50 +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: 5d49cb8d-94fe-47fe-939a-c570d5e518b8
X-Archives-Hash: 78c9de4d5aef99a5f0a8cd23865c8f66

commit:     d9ac9a74f6b1fed4f1adc8f211f7578bf52d4248
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 16:55:08 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 16:58:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ac9a74

xfce-base/libxfce4ui-4.13.0-r0: add alpha keyword

Gentoo-Bug: 586614

Package-Manager: portage-2.3.0

 xfce-base/libxfce4ui/libxfce4ui-4.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.13.0.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.13.0.ebuild
index b48113c..b55afc7 100644
--- a/xfce-base/libxfce4ui/libxfce4ui-4.13.0.ebuild
+++ b/xfce-base/libxfce4ui/libxfce4ui-4.13.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug glade startup-notification"
 
 RDEPEND=">=dev-libs/glib-2.30:2=