Skip to content

Commit

Permalink
kde-misc/miniplayer: fix linguas -> l10n fallout
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
kensington committed Jul 6, 2016
1 parent 1740c1c commit 9f495c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kde-misc/miniplayer/miniplayer-2.5-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9f495c5

Please sign in to comment.