diff options
Diffstat (limited to 'sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild')
-rw-r--r-- | sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild b/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild index 87e55dbd3572..0ee0be5f25cb 100644 --- a/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild +++ b/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild,v 1.5 2010/06/27 14:16:21 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild,v 1.6 2010/06/27 16:53:36 jlec Exp $ EAPI="3" @@ -91,6 +91,7 @@ src_test() { elog "tinker code make apbs to not reach the expected precission" elog "https://sourceforge.net/tracker/?func=detail&aid=3019465&group_id=148472&atid=771704" else + export LC_NUMERIC=C cd examples && make test \ || die "Tests failed" grep -q 'FAILED' "${S}"/examples/TESTRESULTS.log && die "Tests failed" |