diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-21 07:00:55 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-21 08:42:26 +1200 |
commit | 00883ca3a54302c8a56cb26c512cc825061a7580 (patch) | |
tree | db618dfa028b309fade49d1c0429d74683d01ff9 /dev-perl/Data-Perl | |
parent | dev-perl/Moo: Drop various prefix support re bug #673504 (diff) | |
download | gentoo-00883ca3a54302c8a56cb26c512cc825061a7580.tar.gz gentoo-00883ca3a54302c8a56cb26c512cc825061a7580.tar.bz2 gentoo-00883ca3a54302c8a56cb26c512cc825061a7580.zip |
dev-perl/Data-Perl: Drop ~sparc-solaris re bug #673504
Depends:
- dev-perl/Class-Method-Modifiers
- dev-perl/Test-Requires
Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Data-Perl')
-rw-r--r-- | dev-perl/Data-Perl/Data-Perl-0.2.11.ebuild | 2 | ||||
-rw-r--r-- | dev-perl/Data-Perl/Data-Perl-0.2.9-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Data-Perl/Data-Perl-0.2.11.ebuild b/dev-perl/Data-Perl/Data-Perl-0.2.11.ebuild index e32003be1794..32b4474e2311 100644 --- a/dev-perl/Data-Perl/Data-Perl-0.2.11.ebuild +++ b/dev-perl/Data-Perl/Data-Perl-0.2.11.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Base classes wrapping fundamental Perl data types" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" diff --git a/dev-perl/Data-Perl/Data-Perl-0.2.9-r1.ebuild b/dev-perl/Data-Perl/Data-Perl-0.2.9-r1.ebuild index 18b8400d7e03..be8fa2dc9c94 100644 --- a/dev-perl/Data-Perl/Data-Perl-0.2.9-r1.ebuild +++ b/dev-perl/Data-Perl/Data-Perl-0.2.9-r1.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Base classes wrapping fundamental Perl data types" SLOT="0" -KEYWORDS="amd64 hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |