mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-misc/fancytasks: fix linguas -> l10n fallout
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -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$
|
||||
|
||||
@@ -32,7 +32,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
|
||||
local dir
|
||||
for dir in ${KDE_LINGUAS_DIR[@]} ; do
|
||||
if [ -f ${dir}/${lang}.mo ]; then
|
||||
|
||||
Reference in New Issue
Block a user