diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-07-07 05:27:37 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-07-07 05:33:12 +1000 |
commit | 75540c37ede5c4aeec217df8ac7808768def43f3 (patch) | |
tree | 08da6b0fa0bb94ef228fe3d4d2ccb5553f5dd6a3 /kde-misc | |
parent | kde-misc/miniplayer: fix linguas -> l10n fallout (diff) | |
download | gentoo-75540c37ede5c4aeec217df8ac7808768def43f3.tar.gz gentoo-75540c37ede5c4aeec217df8ac7808768def43f3.tar.bz2 gentoo-75540c37ede5c4aeec217df8ac7808768def43f3.zip |
kde-misc/quadkonsole: fix linguas -> l10n fallout
Gentoo-bug: 588180
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/quadkonsole/quadkonsole-0.4.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-misc/quadkonsole/quadkonsole-0.4.4-r1.ebuild b/kde-misc/quadkonsole/quadkonsole-0.4.4-r1.ebuild index 85711aab31d5..7a6401e95897 100644 --- a/kde-misc/quadkonsole/quadkonsole-0.4.4-r1.ebuild +++ b/kde-misc/quadkonsole/quadkonsole-0.4.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -33,7 +33,7 @@ S=${WORKDIR}/${MY_P} src_prepare() { local lang for lang in ${KDE_LINGUAS} ; do - if ! use linguas_${lang} ; then + if ! use "l10n_$(kde4_lingua_to_l10n "${lang}")" ; then rm ${KDE_LINGUAS_DIR}/${PN}4_${lang}.po fi done |