diff options
author | Patrick Lauer <patrick@gentoo.org> | 2016-02-08 10:50:54 +0100 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2016-02-08 10:50:54 +0100 |
commit | a27839c36ba44b9a7b1f3dd55eb39d71a2fb1e6c (patch) | |
tree | 7c3248b6647b249bc4ebac0995ec10b76eddbac3 /sci-mathematics/fann | |
parent | Merge remote-tracking branch 'github/pr/815'. (diff) | |
download | gentoo-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/fann')
-rw-r--r-- | sci-mathematics/fann/fann-9999.ebuild | 2 |
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 } |