summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2016-02-08 10:50:54 +0100
committerPatrick Lauer <patrick@gentoo.org>2016-02-08 10:50:54 +0100
commita27839c36ba44b9a7b1f3dd55eb39d71a2fb1e6c (patch)
tree7c3248b6647b249bc4ebac0995ec10b76eddbac3 /sci-mathematics
parentMerge remote-tracking branch 'github/pr/815'. (diff)
downloadgentoo-a27839c36ba44b9a7b1f3dd55eb39d71a2fb1e6c.tar.gz
gentoo-a27839c36ba44b9a7b1f3dd55eb39d71a2fb1e6c.tar.bz2
gentoo-a27839c36ba44b9a7b1f3dd55eb39d71a2fb1e6c.zip
sci-mathematics/fann: Whitespace
Package-Manager: portage-2.2.27
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/fann/fann-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/fann/fann-9999.ebuild b/sci-mathematics/fann/fann-9999.ebuild
index d2ed135fc299..bcc5b6e1bd0d 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
}