3509488ef11606d6947245bf393b3177607fc6be
[gentoo.git] / app-dicts / aspell-be / aspell-be-0.01-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="Belarusian"
7
8 inherit aspell-dict-r1
9
10 SRC_URI="mirror://gnu/aspell/dict/be/aspell5-be-${PV}.tar.bz2"
11
12 LICENSE="GPL-2"
13 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 m68k ~mips ppc ppc64 s390 sparc x86"
14 IUSE="classic"
15
16 S="${WORKDIR}/aspell5-be-${PV}"
17
18 src_prepare() {
19         use classic || local PATCHES=( "${FILESDIR}"/aspell5-be-${PV}-official.patch )
20         default
21 }