Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: eclass/
Date: Thu, 28 Jun 2012 19:01:21
Message-Id: 1340910021.bada97fbfe7ee2d8cef16ee7c5fe38466b98f407.pesa@gentoo
1 commit: bada97fbfe7ee2d8cef16ee7c5fe38466b98f407
2 Author: Davide Pesavento <davidepesa <AT> gmail <DOT> com>
3 AuthorDate: Thu Jun 28 19:00:21 2012 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 28 19:00:21 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=bada97fb
7
8 [qt5-build.eclass] Fix creation of /usr/include/qt5/Gentoo directory.
9
10 ---
11 eclass/qt5-build.eclass | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
15 index d388b47..e206a4e 100644
16 --- a/eclass/qt5-build.eclass
17 +++ b/eclass/qt5-build.eclass
18 @@ -300,7 +300,7 @@ qt5-build_src_install() {
19 popd >/dev/null || die
20
21 # create an empty Gentoo/gentoo-qconfig.h
22 - dodir "${D}${QTHEADERDIR}"/Gentoo
23 + dodir "${QTHEADERDIR#${EPREFIX}}"/Gentoo
24 : > "${D}${QTHEADERDIR}"/Gentoo/gentoo-qconfig.h
25
26 # include gentoo-qconfig.h at the beginning of Qt{,Core}/qconfig.h