diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 21:24:38 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:53:29 +0100 |
commit | d5732c951d7dcb100bc317b80e7d4cc02c36b774 (patch) | |
tree | 21e07b711359c4be17897ba4c277b26184fb318c /dev-perl/Getopt-Long-Descriptive | |
parent | dev-perl/Geography-Countries: drop x86-macos (diff) | |
download | gentoo-d5732c951d7dcb100bc317b80e7d4cc02c36b774.tar.gz gentoo-d5732c951d7dcb100bc317b80e7d4cc02c36b774.tar.bz2 gentoo-d5732c951d7dcb100bc317b80e7d4cc02c36b774.zip |
dev-perl/Getopt-Long-Descriptive: 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/Getopt-Long-Descriptive')
-rw-r--r-- | dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.103.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.103.0.ebuild b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.103.0.ebuild index e8ef763a0a3c..911112db7287 100644 --- a/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.103.0.ebuild +++ b/dev-perl/Getopt-Long-Descriptive/Getopt-Long-Descriptive-0.103.0.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="Getopt::Long with usage text" SLOT="0" -KEYWORDS="amd64 arm ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 arm ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" IUSE="test minimal" RESTRICT="!test? ( test )" |