kde-misc/miniplayer: fix linguas -> l10n fallout
authorMichael Palimaka <kensington@gentoo.org>
Wed, 6 Jul 2016 19:16:40 +0000 (05:16 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Wed, 6 Jul 2016 19:33:12 +0000 (05:33 +1000)
Package-Manager: portage-2.3.0

kde-misc/miniplayer/miniplayer-2.5-r1.ebuild

index f3d4f4f277952f89380041cd5d31dfdcf295fc1f..b6c559231ee151054518b122d900f46685f03fbb 100644 (file)
@@ -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