diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:36:18 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:54:16 +0100 |
commit | d0d6525a7d5b8e183cac0c97f5ebc311706edf1e (patch) | |
tree | 498806eee49fd63734b2b9fe041d4d40e51eb57d /dev-perl/Text-Levenshtein | |
parent | dev-perl/Text-Kakasi: drop x86-macos (diff) | |
download | gentoo-d0d6525a7d5b8e183cac0c97f5ebc311706edf1e.tar.gz gentoo-d0d6525a7d5b8e183cac0c97f5ebc311706edf1e.tar.bz2 gentoo-d0d6525a7d5b8e183cac0c97f5ebc311706edf1e.zip |
dev-perl/Text-Levenshtein: 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-Levenshtein')
-rw-r--r-- | dev-perl/Text-Levenshtein/Text-Levenshtein-0.130.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Text-Levenshtein/Text-Levenshtein-0.130.0.ebuild b/dev-perl/Text-Levenshtein/Text-Levenshtein-0.130.0.ebuild index 0b7361457b6a..0d2245344b65 100644 --- a/dev-perl/Text-Levenshtein/Text-Levenshtein-0.130.0.ebuild +++ b/dev-perl/Text-Levenshtein/Text-Levenshtein-0.130.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 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="An implementation of the Levenshtein edit distance" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="amd64 ~ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" IUSE="test" RESTRICT="!test? ( test )" |