From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6785A58973 for ; Mon, 8 Feb 2016 09:51:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E60E121C01C; Mon, 8 Feb 2016 09:51:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9082E21C01C for ; Mon, 8 Feb 2016 09:51:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66FBE340894 for ; Mon, 8 Feb 2016 09:51:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7EF08DF for ; Mon, 8 Feb 2016 09:51:50 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1454925054.a27839c36ba44b9a7b1f3dd55eb39d71a2fb1e6c.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/fann/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/fann/fann-9999.ebuild X-VCS-Directories: sci-mathematics/fann/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: a27839c36ba44b9a7b1f3dd55eb39d71a2fb1e6c X-VCS-Branch: master Date: Mon, 8 Feb 2016 09:51:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cfc65bc2-14c2-4a27-9343-e12fb1a071f0 X-Archives-Hash: 05c589169224f825636bc5f21ce91ab1 commit: a27839c36ba44b9a7b1f3dd55eb39d71a2fb1e6c Author: Patrick Lauer gentoo org> AuthorDate: Mon Feb 8 09:50:54 2016 +0000 Commit: Patrick Lauer gentoo 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 }