diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-18 22:08:47 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-18 22:51:53 +1200 |
commit | e4e6efee077fde40e757953d7f3fc5fcff2e1e29 (patch) | |
tree | 2540f6028ee4f33da9ec410fbe79d9dc70667134 /dev-perl/Data-Perl | |
parent | dev-perl/MooX-HandlesVia: Drop {x,sparc}64-solaris re bug #673504 (diff) | |
download | gentoo-e4e6efee077fde40e757953d7f3fc5fcff2e1e29.tar.gz gentoo-e4e6efee077fde40e757953d7f3fc5fcff2e1e29.tar.bz2 gentoo-e4e6efee077fde40e757953d7f3fc5fcff2e1e29.zip |
dev-perl/Data-Perl: Drop {x,sparc}64-solaris re bug #673504
Depends:
- dev-perl/List-MoreUtils
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 fc6bd6432a02..ba64f3d350a8 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 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~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 54facaf23dbb..2d18cd781ff3 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 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |