diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-03-10 09:02:26 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-03-10 09:02:26 +0000 |
commit | 951915c4111f7424d184a0ed128b2c5e46503040 (patch) | |
tree | 4b6228472f1157674e3332aacf87b2bafdad4279 /sci-mathematics | |
parent | Drop old (diff) | |
download | gentoo-2-951915c4111f7424d184a0ed128b2c5e46503040.tar.gz gentoo-2-951915c4111f7424d184a0ed128b2c5e46503040.tar.bz2 gentoo-2-951915c4111f7424d184a0ed128b2c5e46503040.zip |
Fixing configure
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/gmp-ecm/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/gmp-ecm/gmp-ecm-6.4.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/gmp-ecm/ChangeLog b/sci-mathematics/gmp-ecm/ChangeLog index 9e7d408c704d..0263b5b8bcfc 100644 --- a/sci-mathematics/gmp-ecm/ChangeLog +++ b/sci-mathematics/gmp-ecm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/gmp-ecm # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmp-ecm/ChangeLog,v 1.10 2013/03/07 09:06:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmp-ecm/ChangeLog,v 1.11 2013/03/10 09:02:26 patrick Exp $ + + 10 Mar 2013; Patrick Lauer <patrick@gentoo.org> gmp-ecm-6.4.4-r1.ebuild: + Fixing configure *gmp-ecm-6.4.4-r1 (07 Mar 2013) diff --git a/sci-mathematics/gmp-ecm/gmp-ecm-6.4.4-r1.ebuild b/sci-mathematics/gmp-ecm/gmp-ecm-6.4.4-r1.ebuild index 6d095303bfe4..110ef19db027 100644 --- a/sci-mathematics/gmp-ecm/gmp-ecm-6.4.4-r1.ebuild +++ b/sci-mathematics/gmp-ecm/gmp-ecm-6.4.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmp-ecm/gmp-ecm-6.4.4-r1.ebuild,v 1.1 2013/03/07 09:06:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gmp-ecm/gmp-ecm-6.4.4-r1.ebuild,v 1.2 2013/03/10 09:02:26 patrick Exp $ EAPI=5 @@ -39,7 +39,7 @@ src_configure() { # --enable-shellcmd is broken econf \ --enable-shared \ - $(use_enable static-libs static) + $(use_enable static-libs static) \ $(use_enable openmp) \ ${myconf} } |