diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2011-04-06 08:53:48 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2011-04-06 08:53:48 +0000 |
commit | 76822890c3585108a203afacc70f0bf38c8f7565 (patch) | |
tree | 4bf1fe41035f633c93d765a83775c943d4297f4b /eclass/kde4-base.eclass | |
parent | Use EAPI=4 properly. (diff) | |
download | historical-76822890c3585108a203afacc70f0bf38c8f7565.tar.gz historical-76822890c3585108a203afacc70f0bf38c8f7565.tar.bz2 historical-76822890c3585108a203afacc70f0bf38c8f7565.zip |
Added special handling for kdepim-l10n
Diffstat (limited to 'eclass/kde4-base.eclass')
-rw-r--r-- | eclass/kde4-base.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index f1954e7a0e80..5c7a45ae38bd 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.85 2011/03/16 22:45:30 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.86 2011/04/06 08:53:48 dilfridge Exp $ # @ECLASS: kde4-base.eclass # @MAINTAINER: @@ -691,7 +691,7 @@ kde4-base_src_prepare() { # kde-l10n inherits kde4-base but is metpackage, so no check for doc # kdelibs inherits kde4-base but handle installing the handbook itself if ! has kde4-meta ${INHERITED}; then - has handbook ${IUSE//+} && [[ ${PN} != kde-l10n ]] && [[ ${PN} != kdelibs ]] && enable_selected_doc_linguas + has handbook ${IUSE//+} && [[ ${PN} != kde-l10n ]] && [[ ${PN} != kdepim-l10n ]] && [[ ${PN} != kdelibs ]] && enable_selected_doc_linguas fi # SCM bootstrap |