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 9C3C413877A for ; Fri, 27 Jun 2014 13:02:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C46C2E0B23; Fri, 27 Jun 2014 13:02:15 +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 8C44FE0B57 for ; Fri, 27 Jun 2014 13:02:04 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 311EB3400F1 for ; Fri, 27 Jun 2014 13:02:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id D38B519166 for ; Fri, 27 Jun 2014 13:02:01 +0000 (UTC) From: "Honza Macháček" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Honza Macháček" Message-ID: <1403874102.19fa3acf1a13dcc5336f564b024fd2bed6b67357.honza_machacek@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/libxc/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/libxc/ChangeLog sci-libs/libxc/libxc-2.0.3.ebuild X-VCS-Directories: sci-libs/libxc/ X-VCS-Committer: honza_machacek X-VCS-Committer-Name: Honza Macháček X-VCS-Revision: 19fa3acf1a13dcc5336f564b024fd2bed6b67357 X-VCS-Branch: master Date: Fri, 27 Jun 2014 13:02:01 +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: 52c2be3a-2f30-4a80-8baf-90ef556070d8 X-Archives-Hash: fa5d30a0a52334510b058727c72c4c8b commit: 19fa3acf1a13dcc5336f564b024fd2bed6b67357 Author: Honza Macháček centrum cz> AuthorDate: Fri Jun 27 13:01:42 2014 +0000 Commit: Honza Macháček centrum cz> CommitDate: Fri Jun 27 13:01:42 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=19fa3acf sci-libs/libxc-2.0.3.ebuild adjusted to export the C preprocessor name in the FCCPP variable that the build system looks for Package-Manager: portage-2.2.10 --- sci-libs/libxc/ChangeLog | 4 ++++ sci-libs/libxc/libxc-2.0.3.ebuild | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/sci-libs/libxc/ChangeLog b/sci-libs/libxc/ChangeLog index d1e4742..3e0060f 100644 --- a/sci-libs/libxc/ChangeLog +++ b/sci-libs/libxc/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 27 Jun 2014; Honza Macháček libxc-2.0.3.ebuild: + sci-libs/libxc-2.0.3.ebuild adjusted to export the C preprocessor name in the + FCCPP variable that the build system looks for + *libxc-2.2.0 (15 Apr 2014) *libxc-2.1.0 (15 Apr 2014) *libxc-2.0.3 (15 Apr 2014) diff --git a/sci-libs/libxc/libxc-2.0.3.ebuild b/sci-libs/libxc/libxc-2.0.3.ebuild index b794ff9..e9103df 100644 --- a/sci-libs/libxc/libxc-2.0.3.ebuild +++ b/sci-libs/libxc/libxc-2.0.3.ebuild @@ -24,7 +24,11 @@ S="${WORKDIR}"/${MY_P} MAKEOPTS+=" -j1" pkg_setup() { - use fortran && fortran-2_pkg_setup + if use fortran; then + fortran-2_pkg_setup + tc-export FC F77 CC CXX CPP + export FCCPP="$(tc-getCPP)" + fi } src_prepare() {