diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-01-29 22:11:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-01-29 22:11:28 +0000 |
commit | a5f763e18780586c9b7d2cb1e06c6e793f6cb64c (patch) | |
tree | 0dcead686c07eff8885e4698ac10d5ba342a8948 /x11-libs/qt-opengl | |
parent | whitespace (diff) | |
download | gentoo-2-a5f763e18780586c9b7d2cb1e06c6e793f6cb64c.tar.gz gentoo-2-a5f763e18780586c9b7d2cb1e06c6e793f6cb64c.tar.bz2 gentoo-2-a5f763e18780586c9b7d2cb1e06c6e793f6cb64c.zip |
whitespace
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'x11-libs/qt-opengl')
-rw-r--r-- | x11-libs/qt-opengl/qt-opengl-4.8.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/qt-opengl/qt-opengl-4.8.0-r1.ebuild b/x11-libs/qt-opengl/qt-opengl-4.8.0-r1.ebuild index af3901f7a1f4..4a53a6a61386 100644 --- a/x11-libs/qt-opengl/qt-opengl-4.8.0-r1.ebuild +++ b/x11-libs/qt-opengl/qt-opengl-4.8.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.8.0-r1.ebuild,v 1.1 2012/01/29 17:05:07 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.8.0-r1.ebuild,v 1.2 2012/01/29 22:11:28 mr_bones_ Exp $ EAPI="3" inherit qt4-build @@ -50,7 +50,7 @@ src_install() { qt4-build_src_install #touch the available graphics systems - mkdir -p "${D}/usr/share/qt4/graphicssystems/" || + mkdir -p "${D}/usr/share/qt4/graphicssystems/" || die "could not create ${D}/usr/share/qt4/graphicssystems/" touch "${D}/usr/share/qt4/graphicssystems/opengl" || die "could not touch ${D}/usr/share/qt4/graphicssystems/opengl" |