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 7B10D13826A for ; Thu, 26 May 2016 00:20:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98BE7234025; Thu, 26 May 2016 00:20: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 36840234025 for ; Thu, 26 May 2016 00:20:14 +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 80EF3340901 for ; Thu, 26 May 2016 00:20:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F81D976 for ; Thu, 26 May 2016 00:20:09 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1464221972.c7f2e4ba0e9de5745d89647444c4906441c53d38.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/libintl-perl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/libintl-perl/libintl-perl-1.240.0.ebuild X-VCS-Directories: dev-perl/libintl-perl/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c7f2e4ba0e9de5745d89647444c4906441c53d38 X-VCS-Branch: master Date: Thu, 26 May 2016 00:20:09 +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: dd0dbac6-c855-4cdf-8b68-3b341319a6db X-Archives-Hash: 436bc695525410ebd650b310e276491d commit: c7f2e4ba0e9de5745d89647444c4906441c53d38 Author: Matt Turner gentoo org> AuthorDate: Thu May 26 00:19:05 2016 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu May 26 00:19:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7f2e4ba dev-perl/libintl-perl: alpha stable, bug 577104. dev-perl/libintl-perl/libintl-perl-1.240.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-perl/libintl-perl/libintl-perl-1.240.0.ebuild b/dev-perl/libintl-perl/libintl-perl-1.240.0.ebuild index 32f1af1..da881fb 100644 --- a/dev-perl/libintl-perl/libintl-perl-1.240.0.ebuild +++ b/dev-perl/libintl-perl/libintl-perl-1.240.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$ @@ -13,7 +13,7 @@ HOMEPAGE="http://guido-flohr.net/projects/libintl-perl ${HOMEPAGE}" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="virtual/libintl"