Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-LongString/
Date: Sun, 10 Jun 2018 18:14:33
Message-Id: 1528654448.5371d3eb015cc7270d12a33f5f225d6e143431f6.slyfox@gentoo
1 commit: 5371d3eb015cc7270d12a33f5f225d6e143431f6
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 10 18:01:39 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 18:14:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5371d3eb
7
8 dev-perl/Test-LongString: stable 0.170.0 for ia64, bug #657574
9
10 Bug: https://bugs.gentoo.org/657574
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12 RepoMan-Options: --include-arches="ia64"
13
14 dev-perl/Test-LongString/Test-LongString-0.170.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-perl/Test-LongString/Test-LongString-0.170.0.ebuild b/dev-perl/Test-LongString/Test-LongString-0.170.0.ebuild
18 index a7069148a8c..93489e2a19d 100644
19 --- a/dev-perl/Test-LongString/Test-LongString-0.170.0.ebuild
20 +++ b/dev-perl/Test-LongString/Test-LongString-0.170.0.ebuild
21 @@ -10,7 +10,7 @@ inherit perl-module
22 DESCRIPTION="A library to test long strings"
23
24 SLOT="0"
25 -KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
26 +KEYWORDS="amd64 ~arm ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
27 IUSE=""
28
29 RDEPEND="virtual/perl-Test-Simple"