diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:28:13 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 14:28:13 +0100 |
commit | e873d7c62a75f871dd79f93150378d98b7653437 (patch) | |
tree | a3943e7c52b2aac1cd6e4e72c7cf1b7e877aa924 /app-text/aspell | |
parent | app-text/asciidoc: drop x86-macos (diff) | |
download | gentoo-e873d7c62a75f871dd79f93150378d98b7653437.tar.gz gentoo-e873d7c62a75f871dd79f93150378d98b7653437.tar.bz2 gentoo-e873d7c62a75f871dd79f93150378d98b7653437.zip |
app-text/aspell: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/aspell-0.60.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/aspell/aspell-0.60.8.ebuild b/app-text/aspell/aspell-0.60.8.ebuild index e60d5bfbe108..fd9ccc335282 100644 --- a/app-text/aspell/aspell-0.60.8.ebuild +++ b/app-text/aspell/aspell-0.60.8.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=7 @@ -17,7 +17,7 @@ fi LICENSE="LGPL-2" 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 ~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 ~x86-solaris" IUSE="nls unicode" PDEPEND="app-dicts/aspell-en" |