Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4237
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
ASPELL_LANG="Portuguese"
-inherit multilib aspell-dict
+inherit aspell-dict-r1
LICENSE="GPL-2"
IUSE=""
src_install() {
- aspell-dict_src_install
- rm "${D}"/usr/$(get_libdir)/aspell-0.60/pt_BR*
- rm "${D}"/usr/$(get_libdir)/aspell-0.60/brazilian.alias
+ aspell-dict-r1_src_install
+
+ rm "${ED%/}"/usr/$(get_libdir)/aspell-0.60/pt_BR* || die
+ rm "${ED%/}"/usr/$(get_libdir)/aspell-0.60/brazilian.alias || die
}