dev-python/towncrier: keyworded 19.2.0 for ia64, bug #700918
[gentoo.git] / app-dicts / aspell-pt / aspell-pt-0.50.2-r1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 ASPELL_LANG="Portuguese"
7
8 inherit aspell-dict-r1
9
10 LICENSE="GPL-2"
11
12 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86"
13 IUSE=""
14
15 src_install() {
16         aspell-dict-r1_src_install
17
18         rm "${ED%/}"/usr/$(get_libdir)/aspell-0.60/pt_BR* || die
19         rm "${ED%/}"/usr/$(get_libdir)/aspell-0.60/brazilian.alias || die
20 }