diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-12-20 22:07:26 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-12-20 22:07:26 +0000 |
commit | c7d566a2f0ad9b9080467518724cc9cf5c323b01 (patch) | |
tree | 28985c1a5480b4daec452ed5335c8a6c0f260c06 /x11-libs/qt-opengl | |
parent | whitespace (diff) | |
download | gentoo-2-c7d566a2f0ad9b9080467518724cc9cf5c323b01.tar.gz gentoo-2-c7d566a2f0ad9b9080467518724cc9cf5c323b01.tar.bz2 gentoo-2-c7d566a2f0ad9b9080467518724cc9cf5c323b01.zip |
whitespace
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-libs/qt-opengl')
-rw-r--r-- | x11-libs/qt-opengl/qt-opengl-4.4.0_rc1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-libs/qt-opengl/qt-opengl-4.4.0_rc1.ebuild b/x11-libs/qt-opengl/qt-opengl-4.4.0_rc1.ebuild index ed945bd63efa..2e54f214a87d 100644 --- a/x11-libs/qt-opengl/qt-opengl-4.4.0_rc1.ebuild +++ b/x11-libs/qt-opengl/qt-opengl-4.4.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.4.0_rc1.ebuild,v 1.1 2007/12/20 16:33:02 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.4.0_rc1.ebuild,v 1.2 2007/12/20 22:07:26 mr_bones_ Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -136,4 +136,3 @@ pkg_postrm() # Need to add opengl to QT_CONFIG line sed -i -e "s:opengl ::g" ${QTDATADIR}/mkspecs/qconfig.pri } - |