diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-01-11 22:38:57 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-01-11 22:38:57 +0000 |
commit | a9433df3cc1df5a8be9e53feeec790a0586cd0a5 (patch) | |
tree | e4e0d744ea6e48123f3e61c7fed472c031d24165 /sci-mathematics/pari | |
parent | Version bump. Pidgin plugin now uses dbus interface. Bug fixes. Clean up old ... (diff) | |
download | gentoo-2-a9433df3cc1df5a8be9e53feeec790a0586cd0a5.tar.gz gentoo-2-a9433df3cc1df5a8be9e53feeec790a0586cd0a5.tar.bz2 gentoo-2-a9433df3cc1df5a8be9e53feeec790a0586cd0a5.zip |
Reintroduce CC so for instance distcc will not say "...gcc is /usr/lib/distcc/bin/gcc" and quit.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics/pari')
-rw-r--r-- | sci-mathematics/pari/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/pari/pari-2.3.4-r1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-mathematics/pari/ChangeLog b/sci-mathematics/pari/ChangeLog index dd0d9a8e05d6..866b5d0bea0f 100644 --- a/sci-mathematics/pari/ChangeLog +++ b/sci-mathematics/pari/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/pari # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.73 2010/01/11 21:59:01 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.74 2010/01/11 22:38:57 jer Exp $ + + 11 Jan 2010; Jeroen Roovers <jer@gentoo.org> pari-2.3.4-r1.ebuild: + Reintroduce CC so for instance distcc will not say "...gcc is + /usr/lib/distcc/bin/gcc" and quit. 11 Jan 2010; Brent Baude <ranger@gentoo.org> pari-2.3.4-r1.ebuild: stable ppc64, bug 289327 diff --git a/sci-mathematics/pari/pari-2.3.4-r1.ebuild b/sci-mathematics/pari/pari-2.3.4-r1.ebuild index 3ce648f51f1c..c0f20a32ff29 100644 --- a/sci-mathematics/pari/pari-2.3.4-r1.ebuild +++ b/sci-mathematics/pari/pari-2.3.4-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.4-r1.ebuild,v 1.8 2010/01/11 21:59:01 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.4-r1.ebuild,v 1.9 2010/01/11 22:38:57 jer Exp $ EAPI=2 -inherit elisp-common eutils flag-o-matic +inherit elisp-common eutils flag-o-matic toolchain-funcs DESCRIPTION="A software package for computer-aided number theory" HOMEPAGE="http://pari.math.u-bordeaux.fr/" @@ -64,6 +64,7 @@ src_prepare() { } src_configure() { + tc-export CC # need to force optimization here, as it breaks without if is-flag -O0; then replace-flags -O0 -O2 |