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=6
IUSE="libressl"
LANGS="en de cs es sv"
-for X in ${LANGS} ; do
- IUSE="${IUSE} linguas_${X}"
-done
-
RDEPEND="
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
local l
for l in ${LANGS}; do
if [ "$l" != "en" ]; then
- use linguas_$l && locale_install $l
+ has ${l} ${LINGUAS-${l}} && locale_install $l
fi
done
}