diff options
-rw-r--r-- | x11-libs/qt-gui/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-gui/qt-gui-4.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt-gui/ChangeLog b/x11-libs/qt-gui/ChangeLog index de31aa878216..9f6c69ea9020 100644 --- a/x11-libs/qt-gui/ChangeLog +++ b/x11-libs/qt-gui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-gui # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.113 2010/09/23 21:30:15 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.114 2010/09/24 07:00:33 wired Exp $ + + 24 Sep 2010; Alex Alexander <wired@gentoo.org> qt-gui-4.7.0.ebuild: + prefix fix, thanks to heiko_ 23 Sep 2010; Alex Alexander <wired@gentoo.org> qt-gui-4.7.0.ebuild: EAPI 3, prefix, other improvements diff --git a/x11-libs/qt-gui/qt-gui-4.7.0.ebuild b/x11-libs/qt-gui/qt-gui-4.7.0.ebuild index 86a0df3bea78..c374ac24c942 100644 --- a/x11-libs/qt-gui/qt-gui-4.7.0.ebuild +++ b/x11-libs/qt-gui/qt-gui-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-gui/qt-gui-4.7.0.ebuild,v 1.2 2010/09/23 21:30:15 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.7.0.ebuild,v 1.3 2010/09/24 07:00:33 wired Exp $ EAPI="3" inherit confutils qt4-build @@ -145,7 +145,7 @@ src_install() { doins "${S}"/tools/designer/src/lib/sdk/* || die #install private headers if use private-headers; then - insinto ${QTHEADERDIR}/QtGui/private + insinto "${QTHEADERDIR#${EPREFIX}}"/QtGui/private find "${S}"/src/gui -type f -name "*_p.h" -exec doins {} \; fi |