diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 21:40:13 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:53:40 +0100 |
commit | 6d2f00359099a8b15f89adc58564a930562460be (patch) | |
tree | d2d20357266d0956f131459fa4a16aee853fc011 /dev-perl/Locale-gettext | |
parent | dev-perl/Locale-Codes: drop x86-macos (diff) | |
download | gentoo-6d2f00359099a8b15f89adc58564a930562460be.tar.gz gentoo-6d2f00359099a8b15f89adc58564a930562460be.tar.bz2 gentoo-6d2f00359099a8b15f89adc58564a930562460be.zip |
dev-perl/Locale-gettext: 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/Locale-gettext')
-rw-r--r-- | dev-perl/Locale-gettext/Locale-gettext-1.70.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Locale-gettext/Locale-gettext-1.70.0.ebuild b/dev-perl/Locale-gettext/Locale-gettext-1.70.0.ebuild index 1bc2ad040b26..d469211fff5e 100644 --- a/dev-perl/Locale-gettext/Locale-gettext-1.70.0.ebuild +++ b/dev-perl/Locale-gettext/Locale-gettext-1.70.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 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="A Perl module for accessing the GNU locale utilities" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="sys-devel/gettext" |