diff options
author | Michael Januszewski <spock@gentoo.org> | 2009-04-10 19:38:25 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2009-04-10 19:38:25 +0000 |
commit | fb0d3dc23487b1d222514d3eada7c9402fe4853e (patch) | |
tree | 4b02c513934cccd9b8e29b426492e71e542909cd /sci-mathematics | |
parent | Update the unpack to actualy extract correct .git folder. Thanks to robbat2 f... (diff) | |
download | gentoo-2-fb0d3dc23487b1d222514d3eada7c9402fe4853e.tar.gz gentoo-2-fb0d3dc23487b1d222514d3eada7c9402fe4853e.tar.bz2 gentoo-2-fb0d3dc23487b1d222514d3eada7c9402fe4853e.zip |
Fix bug #265628 (x86 patch for 25.9).
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/gimps/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/gimps/files/mprime-25.9.bpatch | bin | 0 -> 156 bytes | |||
-rw-r--r-- | sci-mathematics/gimps/gimps-25.9.ebuild | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/sci-mathematics/gimps/ChangeLog b/sci-mathematics/gimps/ChangeLog index 9d4eb8a4285a..370039f4d12a 100644 --- a/sci-mathematics/gimps/ChangeLog +++ b/sci-mathematics/gimps/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/gimps # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.27 2009/04/02 11:19:27 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.28 2009/04/10 19:38:24 spock Exp $ + + 10 Apr 2009; Michał Januszewski <spock@gentoo.org> + +files/mprime-25.9.bpatch, gimps-25.9.ebuild: + Fix bug #265628 (x86 patch for 25.9). *gimps-25.9 (02 Apr 2009) diff --git a/sci-mathematics/gimps/files/mprime-25.9.bpatch b/sci-mathematics/gimps/files/mprime-25.9.bpatch Binary files differnew file mode 100644 index 000000000000..3c40f22465b0 --- /dev/null +++ b/sci-mathematics/gimps/files/mprime-25.9.bpatch diff --git a/sci-mathematics/gimps/gimps-25.9.ebuild b/sci-mathematics/gimps/gimps-25.9.ebuild index f4b469cae283..746c11fdd6d8 100644 --- a/sci-mathematics/gimps/gimps-25.9.ebuild +++ b/sci-mathematics/gimps/gimps-25.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-25.9.ebuild,v 1.1 2009/04/02 11:19:27 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-25.9.ebuild,v 1.2 2009/04/10 19:38:24 spock Exp $ IUSE="" DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" @@ -28,7 +28,7 @@ src_unpack() { cd "${S}" if use x86 ; then - bspatch mprime mprime.fixed "${FILESDIR}/mprime-25.7.bpatch" || \ + bspatch mprime mprime.fixed "${FILESDIR}/mprime-25.9.bpatch" || \ die "failed to apply binary patch for libcurl.so.4" mv mprime.fixed mprime fi |