diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:37:50 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:54:17 +0100 |
commit | 4e62f561688b6459929164b1b155d81ec12fb589 (patch) | |
tree | 38fd87a33e361da5222f3de5bedafe683a302439 /dev-perl | |
parent | dev-perl/Text-Soundex: drop x86-macos (diff) | |
download | gentoo-4e62f561688b6459929164b1b155d81ec12fb589.tar.gz gentoo-4e62f561688b6459929164b1b155d81ec12fb589.tar.bz2 gentoo-4e62f561688b6459929164b1b155d81ec12fb589.zip |
dev-perl/Text-Unaccent: 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')
-rw-r--r-- | dev-perl/Text-Unaccent/Text-Unaccent-1.80.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Text-Unaccent/Text-Unaccent-1.80.0-r1.ebuild b/dev-perl/Text-Unaccent/Text-Unaccent-1.80.0-r1.ebuild index 55afffd68212..88652aa6fe3c 100644 --- a/dev-perl/Text-Unaccent/Text-Unaccent-1.80.0-r1.ebuild +++ b/dev-perl/Text-Unaccent/Text-Unaccent-1.80.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 @@ -11,7 +11,7 @@ DESCRIPTION="Removes accents from a string" LICENSE="|| ( GPL-2 GPL-3 )" #GPL-2+ SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" IUSE="" SRC_TEST="do" |