From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F2260138A1A for ; Sat, 31 Jan 2015 20:21:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8E45E08EE; Sat, 31 Jan 2015 20:21:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59C01E08EE for ; Sat, 31 Jan 2015 20:21:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D87C34050D for ; Sat, 31 Jan 2015 20:21:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB03DE4BB for ; Sat, 31 Jan 2015 20:19:15 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1422553005.ff8b05da94b37de0ff432298884bbecb515a8f96.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/mantid/ X-VCS-Repository: proj/sci X-VCS-Files: sci-visualization/mantid/mantid-3.3.0.ebuild X-VCS-Directories: sci-visualization/mantid/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: ff8b05da94b37de0ff432298884bbecb515a8f96 X-VCS-Branch: master Date: Sat, 31 Jan 2015 20:19:15 +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: cdadfef0-adad-4241-a6e6-9e61ced02bdb X-Archives-Hash: f0f6a6b5d62f32b029a67db0b8e47185 commit: ff8b05da94b37de0ff432298884bbecb515a8f96 Author: Chris Kerr dasganma tk> AuthorDate: Thu Jan 29 17:36:45 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Thu Jan 29 17:36:45 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ff8b05da Using append-cppflags from flag-o-matic as suggested by @junghans --- sci-visualization/mantid/mantid-3.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-visualization/mantid/mantid-3.3.0.ebuild b/sci-visualization/mantid/mantid-3.3.0.ebuild index d877497..ecb38b2 100644 --- a/sci-visualization/mantid/mantid-3.3.0.ebuild +++ b/sci-visualization/mantid/mantid-3.3.0.ebuild @@ -6,7 +6,7 @@ EAPI=5 FORTRAN_STANDARD=90 PYTHON_COMPAT=python2_7 -inherit eutils cmake-utils versionator python-single-r1 multilib +inherit eutils cmake-utils versionator python-single-r1 multilib flag-o-matic MAJOR_PV=$(get_version_component_range 1-2) @@ -65,7 +65,7 @@ S="${WORKDIR}/${P}-Source" PATCHES=( "${FILESDIR}/${P}-minigzip-OF.patch" ) src_configure() { - export CPPFLAGS="-DHAVE_IOSTREAM -DHAVE_LIMITS -DHAVE_IOMANIP ${CPPFLAGS}" + append-cppflags -DHAVE_IOSTREAM -DHAVE_LIMITS -DHAVE_IOMANIP mycmakeargs=( $(cmake-utils_use_enable doc QTASSISTANT) $(cmake-utils_use_use doc DOT) $(cmake-utils_use_no opencascade)