diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:35:47 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:54:15 +0100 |
commit | de4939f66c3d0f62f8db73eea7e1cb448955d0c9 (patch) | |
tree | 9535e97c6b5945600e7e83bad75ede3192d6d233 /dev-perl/Text-Iconv | |
parent | dev-perl/Text-Glob: drop x86-macos (diff) | |
download | gentoo-de4939f66c3d0f62f8db73eea7e1cb448955d0c9.tar.gz gentoo-de4939f66c3d0f62f8db73eea7e1cb448955d0c9.tar.bz2 gentoo-de4939f66c3d0f62f8db73eea7e1cb448955d0c9.zip |
dev-perl/Text-Iconv: 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-Iconv')
-rw-r--r-- | dev-perl/Text-Iconv/Text-Iconv-1.700.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r2.ebuild b/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r2.ebuild index 4242d7730750..6e3d1b81fa83 100644 --- a/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r2.ebuild +++ b/dev-perl/Text-Iconv/Text-Iconv-1.700.0-r2.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="A Perl interface to the iconv() codeset conversion function" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris" IUSE="" RDEPEND="virtual/libiconv" |