diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-10-01 17:03:36 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-10-01 17:03:36 +0000 |
commit | 738d1932e177a1f3f835cd69df00b72c73b00d0f (patch) | |
tree | 5cbfe6d9e02095325a31b19150545eba1016d19e /sci-mathematics | |
parent | Revision bump, pulling in a newer patch. Should fix #194276. (diff) | |
download | gentoo-2-738d1932e177a1f3f835cd69df00b72c73b00d0f.tar.gz gentoo-2-738d1932e177a1f3f835cd69df00b72c73b00d0f.tar.bz2 gentoo-2-738d1932e177a1f3f835cd69df00b72c73b00d0f.zip |
DON'T hide build output.
(Portage version: 2.1.3.9)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pari/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/pari/pari-2.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/pari/ChangeLog b/sci-mathematics/pari/ChangeLog index 40c1f76bea76..899abb979f29 100644 --- a/sci-mathematics/pari/ChangeLog +++ b/sci-mathematics/pari/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/pari # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.48 2007/09/30 17:24:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.49 2007/10/01 17:03:36 jer Exp $ + + 01 Oct 2007; Jeroen Roovers <jer@gentoo.org> pari-2.3.2.ebuild: + DON'T hide build output. 30 Sep 2007; Raúl Porcel <armin76@gentoo.org> pari-2.3.2.ebuild: alpha stable wrt #194265 diff --git a/sci-mathematics/pari/pari-2.3.2.ebuild b/sci-mathematics/pari/pari-2.3.2.ebuild index e134b3ccf004..70ec386b2618 100644 --- a/sci-mathematics/pari/pari-2.3.2.ebuild +++ b/sci-mathematics/pari/pari-2.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.2.ebuild,v 1.7 2007/09/30 17:24:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.2.ebuild,v 1.8 2007/10/01 17:03:36 jer Exp $ inherit elisp-common eutils flag-o-matic multilib toolchain-funcs @@ -78,7 +78,7 @@ src_compile() { src_test() { cd "${S}" ebegin "Testing pari kernel" - make test-kernel > /dev/null + make test-kernel eend $? } |