diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-22 23:12:27 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-22 23:12:27 +0000 |
commit | b894003cf58898190b45ae4e1b2a8a07b8319108 (patch) | |
tree | f701fa7f7885e342f2d2554e66f8b7e67ab41d00 /eclass | |
parent | Add one more bug to the list of things fixed by 3.5.9. (diff) | |
download | historical-b894003cf58898190b45ae4e1b2a8a07b8319108.tar.gz historical-b894003cf58898190b45ae4e1b2a8a07b8319108.tar.bz2 historical-b894003cf58898190b45ae4e1b2a8a07b8319108.zip |
Whitespace.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass index 34571181ce7b..6eb3933b7bcc 100644 --- a/eclass/kde.eclass +++ b/eclass/kde.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.eclass,v 1.215 2008/05/17 15:41:01 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.216 2008/05/22 23:12:27 ingmar Exp $ # @ECLASS: kde.eclass # @MAINTAINER: @@ -454,7 +454,7 @@ kde_src_install() { # # Thanks to Carsten Lohrke in bug 98425. slot_rebuild() { - : + : } # @FUNCTION: kde_pkg_preinst |