diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 21:35:54 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:53:37 +0100 |
commit | 9007fb9de84c3049db887d52239592cebf8fc6cc (patch) | |
tree | b040840c3379b39a5f8bec8b33d720d3edfe09c4 /dev-perl/LaTeX-Driver/LaTeX-Driver-0.300.2.ebuild | |
parent | dev-perl/JSON-XS: drop x86-macos (diff) | |
download | gentoo-9007fb9de84c3049db887d52239592cebf8fc6cc.tar.gz gentoo-9007fb9de84c3049db887d52239592cebf8fc6cc.tar.bz2 gentoo-9007fb9de84c3049db887d52239592cebf8fc6cc.zip |
dev-perl/LaTeX-Driver: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-perl/LaTeX-Driver/LaTeX-Driver-0.300.2.ebuild')
-rw-r--r-- | dev-perl/LaTeX-Driver/LaTeX-Driver-0.300.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/LaTeX-Driver/LaTeX-Driver-0.300.2.ebuild b/dev-perl/LaTeX-Driver/LaTeX-Driver-0.300.2.ebuild index 53f29c42dc11..b60d85c62cc9 100644 --- a/dev-perl/LaTeX-Driver/LaTeX-Driver-0.300.2.ebuild +++ b/dev-perl/LaTeX-Driver/LaTeX-Driver-0.300.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Perl encapsulation of invoking the Latex programs" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |