commit: 12bdcc6dca4c5f0e96e02df99b39550ac2071e88
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 6 19:30:29 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=12bdcc6d
kde-misc/adjustableclock: fix linguas -> l10n fallout
Package-Manager: portage-2.3.0
kde-misc/adjustableclock/adjustableclock-4.1.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-misc/adjustableclock/adjustableclock-4.1.4.ebuild
b/kde-misc/adjustableclock/adjustableclock-4.1.4.ebuild
index aa8cdc9..e490ed3 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