From: Michael Palimaka Date: Wed, 6 Jul 2016 19:30:29 +0000 (+1000) Subject: kde-misc/adjustableclock: fix linguas -> l10n fallout X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=12bdcc6dca4c5f0e96e02df99b39550ac2071e88;p=gentoo.git kde-misc/adjustableclock: fix linguas -> l10n fallout Package-Manager: portage-2.3.0 --- diff --git a/kde-misc/adjustableclock/adjustableclock-4.1.4.ebuild b/kde-misc/adjustableclock/adjustableclock-4.1.4.ebuild index aa8cdc9c6fb5..e490ed33ef48 100644 --- a/kde-misc/adjustableclock/adjustableclock-4.1.4.ebuild +++ b/kde-misc/adjustableclock/adjustableclock-4.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,7 +29,7 @@ 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}/${lang}.mo fi done