Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Exporter-Tiny/
Date: Wed, 17 Oct 2018 18:54:20
Message-Id: 1539802438.63fc99c3ff2dabb50c6025a3d4adb29a68708e17.grobian@gentoo
1 commit: 63fc99c3ff2dabb50c6025a3d4adb29a68708e17
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 17 18:15:47 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 17 18:53:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63fc99c3
7
8 dev-perl/Exporter-Tiny: added Prefix keywords, bug #665088
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.1.ebuild b/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.1.ebuild
17 index 4a479713611..cb0cb310639 100644
18 --- a/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.1.ebuild
19 +++ b/dev-perl/Exporter-Tiny/Exporter-Tiny-1.2.1.ebuild
20 @@ -11,7 +11,7 @@ inherit perl-module
21 DESCRIPTION="An exporter with the features of Sub::Exporter but only core dependencies"
22
23 SLOT="0"
24 -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"
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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
26 IUSE="test"
27
28 RDEPEND=""