summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2010-09-24 07:00:01 +0000
committerAlex Alexander <wired@gentoo.org>2010-09-24 07:00:01 +0000
commitc0637048f3957aa641ee521f8ec83f2d47cd9181 (patch)
tree1c5bdc654afb82c36d65853478e7452b94744d9d
parentprefix fix, thanks to heiko_ (diff)
downloadgentoo-2-c0637048f3957aa641ee521f8ec83f2d47cd9181.tar.gz
gentoo-2-c0637048f3957aa641ee521f8ec83f2d47cd9181.tar.bz2
gentoo-2-c0637048f3957aa641ee521f8ec83f2d47cd9181.zip
prefix fix, thanks to heiko_
(Portage version: 2.2_rc86/cvs/Linux x86_64)
-rw-r--r--x11-libs/qt-declarative/ChangeLog6
-rw-r--r--x11-libs/qt-declarative/qt-declarative-4.7.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/qt-declarative/ChangeLog b/x11-libs/qt-declarative/ChangeLog
index 5256f099f088..ffb6b9c0a18a 100644
--- a/x11-libs/qt-declarative/ChangeLog
+++ b/x11-libs/qt-declarative/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/qt-declarative
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-declarative/ChangeLog,v 1.5 2010/09/23 21:36:25 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-declarative/ChangeLog,v 1.6 2010/09/24 07:00:01 wired Exp $
+
+ 24 Sep 2010; Alex Alexander <wired@gentoo.org>
+ qt-declarative-4.7.0.ebuild:
+ prefix fix, thanks to heiko_
23 Sep 2010; Alex Alexander <wired@gentoo.org>
qt-declarative-4.7.0.ebuild:
diff --git a/x11-libs/qt-declarative/qt-declarative-4.7.0.ebuild b/x11-libs/qt-declarative/qt-declarative-4.7.0.ebuild
index c36719ef003e..cd3a3119f77b 100644
--- a/x11-libs/qt-declarative/qt-declarative-4.7.0.ebuild
+++ b/x11-libs/qt-declarative/qt-declarative-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-declarative/qt-declarative-4.7.0.ebuild,v 1.2 2010/09/23 21:36:25 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-declarative/qt-declarative-4.7.0.ebuild,v 1.3 2010/09/24 07:00:01 wired Exp $
EAPI="3"
inherit qt4-build
@@ -43,7 +43,7 @@ src_configure() {
src_install() {
qt4-build_src_install
if use private-headers; then
- insinto ${QTHEADERDIR}/QtDeclarative/private
+ insinto "${QTHEADERDIR#${EPREFIX}}"/QtDeclarative/private
find "${S}"/src/declarative/ -type f -name "*_p.h" -exec doins {} \;
fi
}