diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-07-19 10:47:29 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-07-19 10:48:48 +0300 |
commit | c37428a465c73d85743c63792d3348c16927fb36 (patch) | |
tree | a71a19f9b4a61606fb2d286a09e9988139b4a029 /dev-perl | |
parent | dev-perl/Test2-Suite: Add ~riscv keyword wrt bug #690140 (diff) | |
download | gentoo-c37428a465c73d85743c63792d3348c16927fb36.tar.gz gentoo-c37428a465c73d85743c63792d3348c16927fb36.tar.bz2 gentoo-c37428a465c73d85743c63792d3348c16927fb36.zip |
dev-perl/Text-Glob: Add ~riscv 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="~riscv"
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild | 4 |
1 files changed, 2 insertions, 2 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 fafee2c7348c..fd2fa2240d81 100644 --- a/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild +++ b/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 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 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" |