diff options
author | Alex Alexander <wired@gentoo.org> | 2010-09-24 06:59:51 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2010-09-24 06:59:51 +0000 |
commit | 991614af5cb6816b3d6f7a2c98090afce58d9169 (patch) | |
tree | 3cef6c945f6aff5bb9c0e1676cbbd296bde2d6ad /x11-libs/qt-core | |
parent | Todays Python Patches (diff) | |
download | gentoo-2-991614af5cb6816b3d6f7a2c98090afce58d9169.tar.gz gentoo-2-991614af5cb6816b3d6f7a2c98090afce58d9169.tar.bz2 gentoo-2-991614af5cb6816b3d6f7a2c98090afce58d9169.zip |
prefix fix, thanks to heiko_
(Portage version: 2.2_rc86/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-core')
-rw-r--r-- | x11-libs/qt-core/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-core/qt-core-4.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt-core/ChangeLog b/x11-libs/qt-core/ChangeLog index 9bb1ed20371b..239a93c32611 100644 --- a/x11-libs/qt-core/ChangeLog +++ b/x11-libs/qt-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-core # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.105 2010/09/23 21:33:48 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/ChangeLog,v 1.106 2010/09/24 06:59:51 wired Exp $ + + 24 Sep 2010; Alex Alexander <wired@gentoo.org> qt-core-4.7.0.ebuild: + prefix fix, thanks to heiko_ 23 Sep 2010; Alex Alexander <wired@gentoo.org> qt-core-4.7.0.ebuild: EAPI 3, prefix, other improvements diff --git a/x11-libs/qt-core/qt-core-4.7.0.ebuild b/x11-libs/qt-core/qt-core-4.7.0.ebuild index 2170702ac4f5..b1e0c058a94f 100644 --- a/x11-libs/qt-core/qt-core-4.7.0.ebuild +++ b/x11-libs/qt-core/qt-core-4.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.7.0.ebuild,v 1.2 2010/09/23 21:33:48 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.7.0.ebuild,v 1.3 2010/09/24 06:59:51 wired Exp $ EAPI="3" inherit qt4-build @@ -111,7 +111,7 @@ src_install() { #install private headers if use private-headers; then - insinto ${QTHEADERDIR}/QtCore/private + insinto "${QTHEADERDIR#${EPREFIX}}"/QtCore/private find "${S}"/src/corelib -type f -name "*_p.h" -exec doins {} \; fi # use freshly built libraries |