diff options
author | 2013-08-15 15:36:26 +0000 | |
---|---|---|
committer | 2013-08-15 15:36:26 +0000 | |
commit | 1183903d5f29b062870658d6adec7ae277e450c1 (patch) | |
tree | c3151ac84abe9df3eb441fa47ed7771d12a325c9 /eclass/kde4-base.eclass | |
parent | Remove dependencies and actions that are now handled in individual ebuilds. (diff) | |
download | historical-1183903d5f29b062870658d6adec7ae277e450c1.tar.gz historical-1183903d5f29b062870658d6adec7ae277e450c1.tar.bz2 historical-1183903d5f29b062870658d6adec7ae277e450c1.zip |
Fixes for KDE 4.11 and other small improvements.
Diffstat (limited to 'eclass/kde4-base.eclass')
-rw-r--r-- | eclass/kde4-base.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 57e8ccc48c94..f996b7268d05 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.130 2013/08/15 15:29:58 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.131 2013/08/15 15:36:26 kensington Exp $ # @ECLASS: kde4-base.eclass # @MAINTAINER: @@ -336,6 +336,7 @@ if [[ ${PN} != oxygen-icons ]]; then kderdepend+=" $(add_kdebase_dep oxygen-icons)" fi +# add a dependency over kde-l10n if [[ ${KDEBASE} != "kde-base" && -n ${KDE_LINGUAS} ]]; then for _lingua in ${KDE_LINGUAS}; do # if our package has lignuas, pull in kde-l10n with selected lingua enabled, |