diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 19:17:24 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-23 20:03:24 +1200 |
commit | 34a1e3b43a0904f26fe3209c0a835fe74596f94c (patch) | |
tree | 37a1fd1036c468f1ce4b87e7630e3a04358a93de /dev-perl/Template-Plugin-Latex | |
parent | dev-perl/Template-GD: Drop x86-solaris re bug #690140 (diff) | |
download | gentoo-34a1e3b43a0904f26fe3209c0a835fe74596f94c.tar.gz gentoo-34a1e3b43a0904f26fe3209c0a835fe74596f94c.tar.bz2 gentoo-34a1e3b43a0904f26fe3209c0a835fe74596f94c.zip |
dev-perl/Template-Plugin-Latex: Drop x86-solaris re bug #690140
Depends:
- dev-perl/Template-Toolkit
- dev-perl/Template-XML
- dev-perl/XML-DOM
- dev-perl/libwww-perl
- dev-perl/LWP-Protocol-https
- dev-perl/IO-Socket-SSL
Bug: https://bugs.gentoo.org/690140
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Template-Plugin-Latex')
-rw-r--r-- | dev-perl/Template-Plugin-Latex/Template-Plugin-Latex-3.120.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Template-Plugin-Latex/Template-Plugin-Latex-3.120.0.ebuild b/dev-perl/Template-Plugin-Latex/Template-Plugin-Latex-3.120.0.ebuild index 252e225169db..3aa509ee5ac6 100644 --- a/dev-perl/Template-Plugin-Latex/Template-Plugin-Latex-3.120.0.ebuild +++ b/dev-perl/Template-Plugin-Latex/Template-Plugin-Latex-3.120.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module eutils DESCRIPTION="LaTeX support for the Template Toolkit" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" |