From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SkJxx-000332-DN for garchives@archives.gentoo.org; Thu, 28 Jun 2012 19:01:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDDB2E05F9; Thu, 28 Jun 2012 19:01:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 90A96E05F9 for ; Thu, 28 Jun 2012 19:01:13 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF54A1B4040 for ; Thu, 28 Jun 2012 19:01:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8D7EFE5432 for ; Thu, 28 Jun 2012 19:01:11 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1340910021.bada97fbfe7ee2d8cef16ee7c5fe38466b98f407.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: bada97fbfe7ee2d8cef16ee7c5fe38466b98f407 X-VCS-Branch: master Date: Thu, 28 Jun 2012 19:01:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: b6625801-c843-4366-96d4-be736768b0db X-Archives-Hash: a8f81f55b9448d319208ccfd7c8dfb91 commit: bada97fbfe7ee2d8cef16ee7c5fe38466b98f407 Author: Davide Pesavento gmail com> AuthorDate: Thu Jun 28 19:00:21 2012 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Thu Jun 28 19:00:21 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3Dbada97fb [qt5-build.eclass] Fix creation of /usr/include/qt5/Gentoo directory. --- eclass/qt5-build.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index d388b47..e206a4e 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -300,7 +300,7 @@ qt5-build_src_install() { popd >/dev/null || die =20 # create an empty Gentoo/gentoo-qconfig.h - dodir "${D}${QTHEADERDIR}"/Gentoo + dodir "${QTHEADERDIR#${EPREFIX}}"/Gentoo : > "${D}${QTHEADERDIR}"/Gentoo/gentoo-qconfig.h =20 # include gentoo-qconfig.h at the beginning of Qt{,Core}/qconfig.h