diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-02 09:48:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-02 09:48:37 +0000 |
commit | 79cbad5a7310ea470265b8af74f44671e5a98d0e (patch) | |
tree | 2d49839d8acc96c9ede49086897b0759e11381e9 /x11-libs/qt-embedded | |
parent | stable on ppc (Manifest recommit) (diff) | |
download | gentoo-2-79cbad5a7310ea470265b8af74f44671e5a98d0e.tar.gz gentoo-2-79cbad5a7310ea470265b8af74f44671e5a98d0e.tar.bz2 gentoo-2-79cbad5a7310ea470265b8af74f44671e5a98d0e.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'x11-libs/qt-embedded')
-rw-r--r-- | x11-libs/qt-embedded/qt-embedded-3.3.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/qt-embedded/qt-embedded-3.3.2.ebuild b/x11-libs/qt-embedded/qt-embedded-3.3.2.ebuild index d72bad075bd5..35d7f283b761 100644 --- a/x11-libs/qt-embedded/qt-embedded-3.3.2.ebuild +++ b/x11-libs/qt-embedded/qt-embedded-3.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-embedded/qt-embedded-3.3.2.ebuild,v 1.1 2004/07/01 14:02:46 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-embedded/qt-embedded-3.3.2.ebuild,v 1.2 2004/07/02 09:48:37 mr_bones_ Exp $ DESCRIPTION="QT version ${PV}" HOMEPAGE="http://www.trolltech.com/" @@ -79,7 +79,7 @@ src_compile() { emake symlinks src-qmake src-moc sub-src sub-tools || die "making main" cd ${S}/tools/designer/uic && emake || die "making uic" cd ${S}/tools/assistant/lib && emake || die "making qassistantclientlib" - + if ! use doc; then cd ${S} && emake sub-tutorial || die "making tutorial" LD_LIBRARY_PATH="${S}/lib:${LD_LIBRARY_PATH}" \ @@ -90,7 +90,7 @@ src_compile() { src_install() { INSTALL_ROOT=${D} emake install - # symlinks shouldn't be necessary! The qmakespec file tells qmake to use the + # symlinks shouldn't be necessary! The qmakespec file tells qmake to use the # correct library. Uncomment these if it causes a problem # libqt -> libqt-mt symlinks # into ${QTBASE}/lib |