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 E7FBD139082 for ; Sun, 29 Jan 2017 11:59:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C565E0D5E; Sun, 29 Jan 2017 11:59:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2AB47E0D5E for ; Sun, 29 Jan 2017 11:59:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F02B341398 for ; Sun, 29 Jan 2017 11:59:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B52939C5 for ; Sun, 29 Jan 2017 11:59:29 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1485691163.0f57c204e1d5980cc96cbb04f2090ea2235d3f82.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/calculix-ccx/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/calculix-ccx/calculix-ccx-2.10.ebuild X-VCS-Directories: sci-libs/calculix-ccx/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 0f57c204e1d5980cc96cbb04f2090ea2235d3f82 X-VCS-Branch: master Date: Sun, 29 Jan 2017 11:59:29 +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: 9be1b42d-4edc-4cbb-8b4e-42799f17aab6 X-Archives-Hash: 96023dc893293a921d4a6c02be790661 commit: 0f57c204e1d5980cc96cbb04f2090ea2235d3f82 Author: Justin Lecher gentoo org> AuthorDate: Sun Jan 29 11:47:44 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Jan 29 11:59:23 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0f57c204 sci-libs/calculix-ccx: Drop Trailing whitespace Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Justin Lecher gentoo.org> sci-libs/calculix-ccx/calculix-ccx-2.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/calculix-ccx/calculix-ccx-2.10.ebuild b/sci-libs/calculix-ccx/calculix-ccx-2.10.ebuild index c9eb261..d6770ca 100644 --- a/sci-libs/calculix-ccx/calculix-ccx-2.10.ebuild +++ b/sci-libs/calculix-ccx/calculix-ccx-2.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -44,7 +44,7 @@ src_configure() { if use threads; then append-cflags "-DUSE_MT" fi - + if use openmp; then append-fflags "-fopenmp" append-cflags "-fopenmp"