diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-12-10 22:17:14 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-12-12 14:41:16 +1300 |
commit | 63608ee2abf94efa82ae5169c51c2d2b4953ac85 (patch) | |
tree | b5da4bcc996a8015eb6e3ac1dc28e451dd6e58be /dev-perl/File-Copy-Recursive | |
parent | dev-perl/Test-File: Keyword ~m68k re bug #737594 (diff) | |
download | gentoo-63608ee2abf94efa82ae5169c51c2d2b4953ac85.tar.gz gentoo-63608ee2abf94efa82ae5169c51c2d2b4953ac85.tar.bz2 gentoo-63608ee2abf94efa82ae5169c51c2d2b4953ac85.zip |
dev-perl/File-Copy-Recursive: 0.450.0 Restore ~m68k re bug #737594
- Build/Test OK as well
- Build/Test OK as well for relevant revdeps
Bug: https://bugs.gentoo.org/737594
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/File-Copy-Recursive')
-rw-r--r-- | dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0.ebuild b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0.ebuild index 18953368ea78..78b2b02395cd 100644 --- a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0.ebuild +++ b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.450.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="uses File::Copy to recursively copy dirs" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" IUSE="test" RESTRICT="!test? ( test )" |