summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2010-09-24 07:00:33 +0000
committerAlex Alexander <wired@gentoo.org>2010-09-24 07:00:33 +0000
commit1ce029a896d7e93e8af4992102b0e36920c960da (patch)
tree513c3934f56e3dad3d501e11a6941467c25c9b0e /x11-libs/qt-gui
parentprefix fix, thanks to heiko_ (diff)
downloadgentoo-2-1ce029a896d7e93e8af4992102b0e36920c960da.tar.gz
gentoo-2-1ce029a896d7e93e8af4992102b0e36920c960da.tar.bz2
gentoo-2-1ce029a896d7e93e8af4992102b0e36920c960da.zip
prefix fix, thanks to heiko_
(Portage version: 2.2_rc86/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/qt-gui')
-rw-r--r--x11-libs/qt-gui/ChangeLog5
-rw-r--r--x11-libs/qt-gui/qt-gui-4.7.0.ebuild4
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