sci-mathematics/fann: Whitespace

Package-Manager: portage-2.2.27
This commit is contained in:
Patrick Lauer
2016-02-08 10:50:54 +01:00
parent 7d913bfdf1
commit a27839c36b

View File

@@ -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
}