diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-06 12:49:43 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-06 12:49:43 +0000 |
commit | 1747097d120156b41f1ba07268558e15f9573c06 (patch) | |
tree | 54b0b662efecbaf55ca8de37273fe9175ebad420 /eclass/kde.eclass | |
parent | Version bump. Fixes 239287. Drop old. (diff) | |
download | historical-1747097d120156b41f1ba07268558e15f9573c06.tar.gz historical-1747097d120156b41f1ba07268558e15f9573c06.tar.bz2 historical-1747097d120156b41f1ba07268558e15f9573c06.zip |
Fix for the kde eclass manpage. Thanks to Ulrich Müller for the report and fix.
Fixes bug 239987
Diffstat (limited to 'eclass/kde.eclass')
-rw-r--r-- | eclass/kde.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass index 779d3703e02e..603ef8a2e8d6 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.220 2008/09/19 01:16:04 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.221 2008/10/06 12:49:43 jmbsvicetto Exp $ # @ECLASS: kde.eclass # @MAINTAINER: @@ -232,8 +232,8 @@ kde_src_unpack() { # @FUNCTION: kde_src_compile # @USAGE: [ myconf ] [ configure ] [ make ] [ all ] # @DESCRIPTION: -# This function compiles the sources. It takes care of "cannot write to .kde or -# .qt"-problem due to sandbox and some other sandbox issues. +# This function compiles the sources. It takes care of "cannot write to .kde +# or .qt"-problem due to sandbox and some other sandbox issues. # # If no argument is given, all is assumed. kde_src_compile() { |