diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-12-10 00:10:56 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-12-10 00:13:33 +1300 |
commit | ce9516f610c3b371458bef483e820c8bf828678a (patch) | |
tree | 5a5180eb1f25799ffa077608a17897fedea9bc72 /dev-perl/File-Find-Rule | |
parent | dev-perl/Text-Glob: Keyword ~m68k re bug #716792 (diff) | |
download | gentoo-ce9516f610c3b371458bef483e820c8bf828678a.tar.gz gentoo-ce9516f610c3b371458bef483e820c8bf828678a.tar.bz2 gentoo-ce9516f610c3b371458bef483e820c8bf828678a.zip |
dev-perl/File-Find-Rule: Keyword ~m68k re bug #716792
- Build/Test OK on m68k-user
- Relevant revdeps build/test OK
- Required by:
dev-perl/Test-Inter
- via dev-perl/Date-Manip
- and via dev-perl/Locale-Codes
Bug: https://bugs.gentoo.org/716792
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/File-Find-Rule')
-rw-r--r-- | dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild b/dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild index cc20682bbb6c..2f38441f73f1 100644 --- a/dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild +++ b/dev-perl/File-Find-Rule/File-Find-Rule-0.340.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Alternative interface to File::Find" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~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 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |