diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-04-06 08:53:48 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-04-06 08:53:48 +0000 |
commit | c10f269a79ad76d2d052daa8fb1b33698f6c4b55 (patch) | |
tree | f64901324c67168b617b9f326c47e1f6739f4fae /eclass/kde4-base.eclass | |
parent | Use EAPI=4 properly. (diff) | |
download | gentoo-2-c10f269a79ad76d2d052daa8fb1b33698f6c4b55.tar.gz gentoo-2-c10f269a79ad76d2d052daa8fb1b33698f6c4b55.tar.bz2 gentoo-2-c10f269a79ad76d2d052daa8fb1b33698f6c4b55.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 |