From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7C0D01382C5 for ; Thu, 12 Apr 2018 15:50:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EDDBE0883; Thu, 12 Apr 2018 15:50:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6989BE0883 for ; Thu, 12 Apr 2018 15:50:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52F12335C59 for ; Thu, 12 Apr 2018 15:50:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96AAB274 for ; Thu, 12 Apr 2018 15:50:54 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1523548189.bad9f20be20140470cc6f3a5efd4baec22230ab4.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/root/root-6.12.06-r1.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: bad9f20be20140470cc6f3a5efd4baec22230ab4 X-VCS-Branch: master Date: Thu, 12 Apr 2018 15:50:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b4ff322d-3a81-4eb4-952b-8eb31b3858d1 X-Archives-Hash: 94bf7e689ee9240831d46ebc2e992dc2 commit: bad9f20be20140470cc6f3a5efd4baec22230ab4 Author: Guilherme Amadio gentoo org> AuthorDate: Thu Apr 12 15:49:31 2018 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Thu Apr 12 15:49:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bad9f20b sci-physics/root: fix bug 652954 C_INCLUDE_DIRS+DEFAULT_SYSROOT lead to double prefix in include dirs. Closes: https://bugs.gentoo.org/652954 Package-Manager: Portage-2.3.28, Repoman-2.3.9 sci-physics/root/root-6.12.06-r1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/sci-physics/root/root-6.12.06-r1.ebuild b/sci-physics/root/root-6.12.06-r1.ebuild index 03a1a841308..ab9b95a0ad4 100644 --- a/sci-physics/root/root-6.12.06-r1.ebuild +++ b/sci-physics/root/root-6.12.06-r1.ebuild @@ -149,8 +149,6 @@ src_configure() { -DCMAKE_CXX_FLAGS="${CXXFLAGS}" -DCMAKE_INSTALL_PREFIX="${EPREFIX}/${MY_PREFIX}" -DDEFAULT_SYSROOT="${EPREFIX}" - -DGCC_INSTALL_PREFIX="${EPREFIX}/usr" - -DC_INCLUDE_DIRS="${EPREFIX}/usr/local/include:${EPREFIX}/include:${EPREFIX}/usr/include" -Dexplicitlink=ON -Dexceptions=ON -Dfail-on-missing=ON