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 C0C0A138334 for ; Sun, 10 Jun 2018 18:14:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A936BE01B5; Sun, 10 Jun 2018 18:14:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B9077E092B for ; Sun, 10 Jun 2018 18:14:22 +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 640FB335CA1 for ; Sun, 10 Jun 2018 18:14:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40D3E2D7 for ; Sun, 10 Jun 2018 18:14:17 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1528654448.5371d3eb015cc7270d12a33f5f225d6e143431f6.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-LongString/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-LongString/Test-LongString-0.170.0.ebuild X-VCS-Directories: dev-perl/Test-LongString/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 5371d3eb015cc7270d12a33f5f225d6e143431f6 X-VCS-Branch: master Date: Sun, 10 Jun 2018 18:14:17 +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: 86c48c5a-84f6-48e5-a2d2-83ff6703ab42 X-Archives-Hash: a26a4954323765dd668112dc54bf9870 commit: 5371d3eb015cc7270d12a33f5f225d6e143431f6 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Jun 10 18:01:39 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jun 10 18:14:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5371d3eb dev-perl/Test-LongString: stable 0.170.0 for ia64, bug #657574 Bug: https://bugs.gentoo.org/657574 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64" dev-perl/Test-LongString/Test-LongString-0.170.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Test-LongString/Test-LongString-0.170.0.ebuild b/dev-perl/Test-LongString/Test-LongString-0.170.0.ebuild index a7069148a8c..93489e2a19d 100644 --- a/dev-perl/Test-LongString/Test-LongString-0.170.0.ebuild +++ b/dev-perl/Test-LongString/Test-LongString-0.170.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="A library to test long strings" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~arm ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND="virtual/perl-Test-Simple"