commit: a27839c36ba44b9a7b1f3dd55eb39d71a2fb1e6c
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 8 09:50:54 2016 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Mon Feb 8 09:50:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a27839c3
sci-mathematics/fann: Whitespace
Package-Manager: portage-2.2.27
sci-mathematics/fann/fann-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-mathematics/fann/fann-9999.ebuild
b/sci-mathematics/fann/fann-9999.ebuild
index d2ed135..bcc5b6e 100644
--- a/sci-mathematics/fann/fann-9999.ebuild
+++ b/sci-mathematics/fann/fann-9999.ebuild
@@ -16,7 +16,7 @@ IUSE="examples"
src_test() {
cd examples || die 'fails to enter examples directory'
- LD_LIBRARY_PATH="${BUILD_DIR}/src" GCC="$(tc-getCC) ${CFLAGS}
-I../src/include -L${BUILD_DIR}/src" emake -e runtest
+ LD_LIBRARY_PATH="${BUILD_DIR}/src" GCC="$(tc-getCC) ${CFLAGS}
-I../src/include -L${BUILD_DIR}/src" emake -e runtest
emake clean
}