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 8D070138CC5 for ; Mon, 4 May 2015 14:02:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2877DE096C; Mon, 4 May 2015 14:02:32 +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 93E62E096C for ; Mon, 4 May 2015 14:02:31 +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 C2A31340B31 for ; Mon, 4 May 2015 14:02:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECD799D7 for ; Mon, 4 May 2015 14:02:26 +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: <1430317795.bdd2756cb2acb60626d0828d8ee243baacb3beb6.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/netgen/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/netgen/netgen-5.0.0.ebuild X-VCS-Directories: sci-mathematics/netgen/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: bdd2756cb2acb60626d0828d8ee243baacb3beb6 X-VCS-Branch: master Date: Mon, 4 May 2015 14:02:26 +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: 28d02484-2ae4-4723-9bf2-49c10f644978 X-Archives-Hash: b28fd471068f76bd2e3cb08085a09d38 commit: bdd2756cb2acb60626d0828d8ee243baacb3beb6 Author: Grégory Salvan gmail com> AuthorDate: Wed Apr 29 14:29:55 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Apr 29 14:29:55 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bdd2756c remove trailing space errors sci-mathematics/netgen/netgen-5.0.0.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/sci-mathematics/netgen/netgen-5.0.0.ebuild b/sci-mathematics/netgen/netgen-5.0.0.ebuild index 7490cff..d610bff 100644 --- a/sci-mathematics/netgen/netgen-5.0.0.ebuild +++ b/sci-mathematics/netgen/netgen-5.0.0.ebuild @@ -21,7 +21,6 @@ DEPEND="dev-tcltk/tix dev-tcltk/togl:1.7 virtual/opengl x11-libs/libXmu - opencascade? ( sci-libs/opencascade ) ffmpeg? ( media-video/ffmpeg ) jpeg? ( virtual/jpeg ) @@ -47,7 +46,6 @@ src_configure() { myconf="${myconf} --enable-occ --with-occ=$CASROOT" append-ldflags -L$CASROOT/lin/$(get_libdir) fi - if use mpi; then myconf="${myconf} --enable-parallel" append-cppflags -I/usr/include/metis @@ -55,7 +53,6 @@ src_configure() { use ffmpeg && myconf="${myconf} --enable-ffmpeg" use jpeg && myconf="${myconf} --enable-jpeglib" - append-cppflags -I/usr/include/togl-1.7 econf \