diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2008-08-27 15:29:26 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2008-08-27 15:29:26 +0000 |
commit | dc9f9eb1027c2025ce0facd626c0ddebed71f032 (patch) | |
tree | 808c4c7b31d2d1b9b5e82d368e3b3831fe8eee58 /eclass/kde-functions.eclass | |
parent | alpha/ia64 stable wrt #235407 (diff) | |
download | historical-dc9f9eb1027c2025ce0facd626c0ddebed71f032.tar.gz historical-dc9f9eb1027c2025ce0facd626c0ddebed71f032.tar.bz2 historical-dc9f9eb1027c2025ce0facd626c0ddebed71f032.zip |
Prepare kde eclasses for KDE 3.5.10.
Diffstat (limited to 'eclass/kde-functions.eclass')
-rw-r--r-- | eclass/kde-functions.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/kde-functions.eclass b/eclass/kde-functions.eclass index 7d4d37d94111..db265a188396 100644 --- a/eclass/kde-functions.eclass +++ b/eclass/kde-functions.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-functions.eclass,v 1.169 2008/07/27 19:04:29 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-functions.eclass,v 1.170 2008/08/27 15:29:26 carlo Exp $ # @ECLASS: kde-functions.eclass # @MAINTAINER: @@ -926,4 +926,5 @@ postprocess_desktop_entries() { if [[ "${CATEGORY}" == "kde-base" ]]; then debug-print "${ECLASS}: KDEBASE ebuild recognized" export KDEBASE="true" + export KDEREVISION fi |