commit:     9f495c510a3a4d7c67e128be0fa77566010b2a17
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  6 19:16:40 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul  6 19:33:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f495c51

kde-misc/miniplayer: fix linguas -> l10n fallout

Package-Manager: portage-2.3.0

 kde-misc/miniplayer/miniplayer-2.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-misc/miniplayer/miniplayer-2.5-r1.ebuild 
b/kde-misc/miniplayer/miniplayer-2.5-r1.ebuild
index f3d4f4f..b6c5592 100644
--- a/kde-misc/miniplayer/miniplayer-2.5-r1.ebuild
+++ b/kde-misc/miniplayer/miniplayer-2.5-r1.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$
 
@@ -28,7 +28,7 @@ RDEPEND="
 src_prepare() {
        local lang
        for lang in ${KDE_LINGUAS} ; do
-               if ! use linguas_${lang} ; then
+               if ! use l10n_${lang} ; then
                        rm ${KDE_LINGUAS_DIR}/${lang}.mo
                fi
        done

Reply via email to