diff options
author | 2019-07-22 16:55:27 +0300 | |
---|---|---|
committer | 2019-07-22 16:57:49 +0300 | |
commit | 855ae8c35942973251383a15c75a20f06e244ea3 (patch) | |
tree | 6d6413cde2dcc2b4f43fd0a6ced1e977d71d1789 /dev-perl/Text-Glob | |
parent | dev-perl/Test-MockModule: Add ~s390 keyword wrt bug #690140 (diff) | |
download | gentoo-855ae8c35942973251383a15c75a20f06e244ea3.tar.gz gentoo-855ae8c35942973251383a15c75a20f06e244ea3.tar.bz2 gentoo-855ae8c35942973251383a15c75a20f06e244ea3.zip |
dev-perl/Text-Glob: Add ~s390 keyword wrt bug #690140
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="~s390"
Diffstat (limited to 'dev-perl/Text-Glob')
-rw-r--r-- | dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild b/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild index fd2fa2240d81..ace0f1f8093b 100644 --- a/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild +++ b/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Match globbing patterns against text" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~riscv sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND="virtual/perl-Exporter" |