mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-accessibility/rhvoice-core: enable langs (en, ru)
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -45,6 +45,12 @@ DEPEND="${COMMON_DEPEND}
|
||||
|
||||
DOCS=( README.md doc/. config/dicts )
|
||||
|
||||
LANGS=( en ru )
|
||||
for lang in "${LANGS[@]}"; do
|
||||
IUSE+=" l10n_${lang}"
|
||||
RDEPEND+=" l10n_${lang}? ( app-dicts/rhvoice-${lang} )"
|
||||
done
|
||||
|
||||
src_unpack() {
|
||||
default
|
||||
cd "${S}" || die
|
||||
|
||||
Reference in New Issue
Block a user