summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-mathematics/gimps/ChangeLog6
-rw-r--r--sci-mathematics/gimps/files/mprime-25.9.bpatchbin0 -> 156 bytes
-rw-r--r--sci-mathematics/gimps/gimps-25.9.ebuild4
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
new file mode 100644
index 000000000000..3c40f22465b0
--- /dev/null
+++ b/sci-mathematics/gimps/files/mprime-25.9.bpatch
Binary files differ
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