diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:32:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:32:32 +0200 |
commit | bcb2ba495e8850dac21085d4ec08857ce73958d5 (patch) | |
tree | d1615aa5b1bab56c2390f741431dfcae548d136b /app-dicts/aspell-es | |
parent | app-crypt: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-bcb2ba495e8850dac21085d4ec08857ce73958d5.tar.gz gentoo-bcb2ba495e8850dac21085d4ec08857ce73958d5.tar.bz2 gentoo-bcb2ba495e8850dac21085d4ec08857ce73958d5.zip |
app-dicts: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-dicts/aspell-es')
-rw-r--r-- | app-dicts/aspell-es/aspell-es-1.11_p2.ebuild | 2 | ||||
-rw-r--r-- | app-dicts/aspell-es/aspell-es-1.9a.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/aspell-es/aspell-es-1.11_p2.ebuild b/app-dicts/aspell-es/aspell-es-1.11_p2.ebuild index ae8ee3eed75a..ca93de3f82dc 100644 --- a/app-dicts/aspell-es/aspell-es-1.11_p2.ebuild +++ b/app-dicts/aspell-es/aspell-es-1.11_p2.ebuild @@ -12,7 +12,7 @@ MY_P=aspell6-es-${PV/_p/-} SRC_URI="mirror://gnu/aspell/dict/${ASPELL_SPELLANG}/${MY_P}.tar.bz2" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" S=${WORKDIR}/${MY_P} diff --git a/app-dicts/aspell-es/aspell-es-1.9a.ebuild b/app-dicts/aspell-es/aspell-es-1.9a.ebuild index d8ae5c99c2ff..0da5f8ec7491 100644 --- a/app-dicts/aspell-es/aspell-es-1.9a.ebuild +++ b/app-dicts/aspell-es/aspell-es-1.9a.ebuild @@ -13,7 +13,7 @@ MY_P="${P/aspell/aspell6}-1" SRC_URI="mirror://gnu/aspell/dict/${ASPELL_SPELLANG}/${MY_P}.tar.bz2" LICENSE="GPL-2" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="" S=${WORKDIR}/${MY_P} |