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 7521C13832E for ; Thu, 18 Aug 2016 03:01:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FB17E0B2A; Thu, 18 Aug 2016 03:01:14 +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 A62C6E0A61 for ; Thu, 18 Aug 2016 03:01:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9A961340C39 for ; Thu, 18 Aug 2016 03:01:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CC112462 for ; Thu, 18 Aug 2016 03:01:08 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1471489246.5b04680cea7911cc1455cb29a3896d3cb1313cc9.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/glib-perl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/glib-perl/glib-perl-1.301.0.ebuild X-VCS-Directories: dev-perl/glib-perl/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 5b04680cea7911cc1455cb29a3896d3cb1313cc9 X-VCS-Branch: master Date: Thu, 18 Aug 2016 03:01:08 +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: 70e8d11b-ea4c-4235-b29d-8c42f03eeb13 X-Archives-Hash: add02ca85c6d727146378af9bf833ec4 commit: 5b04680cea7911cc1455cb29a3896d3cb1313cc9 Author: Kent Fredric gentoo org> AuthorDate: Tue Aug 16 06:09:18 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Aug 18 03:00:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b04680c dev-perl/glib-perl: Remove unneeded stable bits on exp arches. Keywording Note: ~x86-fbsd broken via dev-perl/Log-Agent Package-Manager: portage-2.3.0 dev-perl/glib-perl/glib-perl-1.301.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/glib-perl/glib-perl-1.301.0.ebuild b/dev-perl/glib-perl/glib-perl-1.301.0.ebuild index 467ef15..8baa76e 100644 --- a/dev-perl/glib-perl/glib-perl-1.301.0.ebuild +++ b/dev-perl/glib-perl/glib-perl-1.301.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ HOMEPAGE="http://gtk2-perl.sf.net/ ${HOMEPAGE}" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="" RDEPEND=">=dev-libs/glib-2"