commit: bdd2756cb2acb60626d0828d8ee243baacb3beb6
Author: Grégory Salvan <apieum <AT> gmail <DOT> com>
AuthorDate: Wed Apr 29 14:29:55 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 \