Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Unicode-EastAsianWidth/
Date: Wed, 12 Apr 2017 13:26:44
Message-Id: 1492003578.7b8a78e609d8988a4d0c7f1f9b94e79f9e85c890.haubi@gentoo
1 commit: 7b8a78e609d8988a4d0c7f1f9b94e79f9e85c890
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 12 13:26:18 2017 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 12 13:26:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8a78e6
7
8 dev-perl/Unicode-EastAsianWidth: add ~x64-cygwin keyword
9
10 Package-Manager: portage-2.3.3
11
12 .../Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.330.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.330.0-r1.ebuild b/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.330.0-r1.ebuild
16 index fc33426c34b..481040c4490 100644
17 --- a/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.330.0-r1.ebuild
18 +++ b/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.330.0-r1.ebuild
19 @@ -11,7 +11,7 @@ DESCRIPTION="East Asian Width properties"
20
21 LICENSE="CC0-1.0"
22 SLOT="0"
23 -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 ~x64-solaris ~x86-solaris"
24 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
25 IUSE=""
26
27 RDEPEND="virtual/perl-File-Spec"