Package-Manager: Portage-2.3.19, Repoman-2.3.6
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="linguas_sv"
DEPEND="sys-devel/gettext"
RDEPEND="virtual/libintl"
src_install() {
local nls=""
- if ! use linguas_sv ; then
+ if ! has sv ${LINGUAS-sv} ; then
nls='NLS_FILES='
fi
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="linguas_sv"
DEPEND="sys-devel/gettext"
RDEPEND="virtual/libintl"
src_install() {
local nls=""
- if ! use linguas_sv ; then
+ if ! has sv ${LINGUAS-sv} ; then
nls='NLS_FILES='
fi