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/Exporter-Tiny/
Date: Sun, 10 Jun 2018 18:14:35
Message-Id: 1528654447.930c4b578f548e1fde5c7d7276992c60f7c30fef.slyfox@gentoo
1 commit: 930c4b578f548e1fde5c7d7276992c60f7c30fef
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 10 18:01:17 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 18:14:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=930c4b57
7
8 dev-perl/Exporter-Tiny: stable 1.0.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/Exporter-Tiny/Exporter-Tiny-1.0.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-perl/Exporter-Tiny/Exporter-Tiny-1.0.0.ebuild b/dev-perl/Exporter-Tiny/Exporter-Tiny-1.0.0.ebuild
18 index 11abb9d5798..39af01c5364 100644
19 --- a/dev-perl/Exporter-Tiny/Exporter-Tiny-1.0.0.ebuild
20 +++ b/dev-perl/Exporter-Tiny/Exporter-Tiny-1.0.0.ebuild
21 @@ -11,7 +11,7 @@ inherit perl-module
22 DESCRIPTION="An exporter with the features of Sub::Exporter but only core dependencies"
23
24 SLOT="0"
25 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
26 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
27 IUSE="test"
28
29 RDEPEND=""