commit:     78db327966222d7845d80f8913aa04d1d8027331
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Aug 29 16:33:42 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Aug 29 16:47:36 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=78db3279

kde4-base.eclass: kde-l10n -> kde4-l10n

Fixes https://bugs.gentoo.org/show_bug.cgi?id=559086

 eclass/kde4-base.eclass | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 915f2bf..171e6e1 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -339,13 +339,13 @@ if [[ ${PN} != oxygen-icons ]]; then
        kderdepend+=" kde-apps/oxygen-icons"
 fi
 
-# add a dependency over kde-l10n
+# add a dependency over kde4-l10n
 if [[ ${KDEBASE} != "kde-base" && -n ${KDE_LINGUAS} ]]; then
        for _lingua in ${KDE_LINGUAS}; do
-               # if our package has linguas, pull in kde-l10n with selected 
lingua enabled,
+               # if our package has linguas, pull in kde4-l10n with selected 
lingua enabled,
                # but only for selected ones.
                # this can't be done on one line because if user doesn't use 
any localisation
-               # then he is probably not interested in kde-l10n at all.
+               # then he is probably not interested in kde4-l10n at all.
                kderdepend+="
                linguas_${_lingua}? ( $(add_kdeapps_dep kde4-l10n 
"linguas_${_lingua}(+)") )
                "
@@ -734,11 +734,11 @@ kde4-base_src_prepare() {
        fi
 
        # Enable/disable handbooks for kde4-base packages
-       # kde-l10n inherits kde4-base but is metpackage, so no check for doc
+       # kde4-l10n inherits kde4-base but is metapackage, so no check for doc
        # kdelibs inherits kde4-base but handle installing the handbook itself
        if ! has kde4-meta ${INHERITED} && in_iuse handbook; then
                if [[ ${KDEBASE} == kde-base ]]; then
-                       if [[ ${PN} != kde-l10n && ${PN} != kdepim-l10n && 
${PN} != kdelibs ]] && use !handbook; then
+                       if [[ ${PN} != kde4-l10n && ${PN} != kdepim-l10n && 
${PN} != kdelibs ]] && use !handbook; then
                                # documentation in kde4-functions
                                : ${KDE_DOC_DIRS:=doc}
                                local dir

Reply via email to