diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:33:40 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:54:14 +0100 |
commit | 31955a8dc60a9ae93bc1ecab158b2543659b2c25 (patch) | |
tree | 92ed256e4b34cd8763104d84ae408cca33d77ffd /dev-perl/Text-CharWidth | |
parent | dev-perl/Text-Autoformat: drop x86-macos (diff) | |
download | gentoo-31955a8dc60a9ae93bc1ecab158b2543659b2c25.tar.gz gentoo-31955a8dc60a9ae93bc1ecab158b2543659b2c25.tar.bz2 gentoo-31955a8dc60a9ae93bc1ecab158b2543659b2c25.zip |
dev-perl/Text-CharWidth: 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/Text-CharWidth')
-rw-r--r-- | dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r1.ebuild b/dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r1.ebuild index f791fb321c1c..55afc9a43310 100644 --- a/dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r1.ebuild +++ b/dev-perl/Text-CharWidth/Text-CharWidth-0.40.0-r1.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=5 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Get number of occupied columns of a string on terminal" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" SRC_TEST="do" |