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 5C5381382C5 for ; Fri, 5 Jan 2018 12:05:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87868E0C56; Fri, 5 Jan 2018 12:05:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 65A70E0C56 for ; Fri, 5 Jan 2018 12:05:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 396FF335C07 for ; Fri, 5 Jan 2018 12:05:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1EEE145 for ; Fri, 5 Jan 2018 12:05:32 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1515153929.50f69fd57e5968dc8f49f3d1c1fcea48c8711a9d.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Locale-gettext/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Locale-gettext/Locale-gettext-1.70.0.ebuild X-VCS-Directories: dev-perl/Locale-gettext/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 50f69fd57e5968dc8f49f3d1c1fcea48c8711a9d X-VCS-Branch: master Date: Fri, 5 Jan 2018 12:05:32 +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: 2a851f36-af68-4acd-95a3-76e9ff6b1d75 X-Archives-Hash: d91f593c03c2ad60ac77f656bf3d70db commit: 50f69fd57e5968dc8f49f3d1c1fcea48c8711a9d Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jan 5 12:05:04 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Jan 5 12:05:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f69fd5 dev-perl/Locale-gettext: Mark stable wrt bug #643272 Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-perl/Locale-gettext/Locale-gettext-1.70.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Locale-gettext/Locale-gettext-1.70.0.ebuild b/dev-perl/Locale-gettext/Locale-gettext-1.70.0.ebuild index 1915a997bba..e69b14f54cf 100644 --- a/dev-perl/Locale-gettext/Locale-gettext-1.70.0.ebuild +++ b/dev-perl/Locale-gettext/Locale-gettext-1.70.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A Perl module for accessing the GNU locale utilities" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="sys-devel/gettext"