Package-Manager: Portage-2.3.19, Repoman-2.3.6
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
IUSE="debug nls"
PV_LINGUAS=( de fr pl pt )
-IUSE+=" ${PV_LINGUAS[@]/#/linguas_}"
DOCS=( README doc/NEWS doc/TODO )
tc-export AR
local lingua
for lingua in ${PV_LINGUAS[@]}; do
- if ! use linguas_${lingua}; then
+ if ! has ${lingua} ${LINGUAS-${lingua}}; then
sed -i configure -e "/ALL_LINGUAS=/s:${lingua}::g" || die
fi
done
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
IUSE="debug nls"
PV_LINGUAS=( de fr pl pt )
-IUSE+=" ${PV_LINGUAS[@]/#/linguas_}"
DOCS=( README doc/NEWS doc/TODO )
tc-export AR
local lingua
for lingua in ${PV_LINGUAS[@]}; do
- if ! use linguas_${lingua}; then
+ if ! has ${lingua} ${LINGUAS-${lingua}}; then
sed -i configure -e "/ALL_LINGUAS=/s:${lingua}::g" || die
fi
done