diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-12-17 11:31:03 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-12-17 11:31:03 +0000 |
commit | 42a2432f9d4ff80756b06fe68cf7a15136f4e163 (patch) | |
tree | 898f104ec76528ca47a6a07c8699dd8c4ac4e165 /sci-mathematics/gimps | |
parent | stable x86, bug 295233 (diff) | |
download | gentoo-2-42a2432f9d4ff80756b06fe68cf7a15136f4e163.tar.gz gentoo-2-42a2432f9d4ff80756b06fe68cf7a15136f4e163.tar.bz2 gentoo-2-42a2432f9d4ff80756b06fe68cf7a15136f4e163.zip |
stable x86, bug 295430
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics/gimps')
-rw-r--r-- | sci-mathematics/gimps/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-25.9.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-mathematics/gimps/ChangeLog b/sci-mathematics/gimps/ChangeLog index 370039f4d12a..9369825a39d4 100644 --- a/sci-mathematics/gimps/ChangeLog +++ b/sci-mathematics/gimps/ChangeLog @@ -1,6 +1,9 @@ # 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.28 2009/04/10 19:38:24 spock Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.29 2009/12/17 11:31:03 fauli Exp $ + + 17 Dec 2009; Christian Faulhammer <fauli@gentoo.org> gimps-25.9.ebuild: + stable x86, bug 295430 10 Apr 2009; Michał Januszewski <spock@gentoo.org> +files/mprime-25.9.bpatch, gimps-25.9.ebuild: diff --git a/sci-mathematics/gimps/gimps-25.9.ebuild b/sci-mathematics/gimps/gimps-25.9.ebuild index 746c11fdd6d8..26f580fb750d 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.2 2009/04/10 19:38:24 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-25.9.ebuild,v 1.3 2009/12/17 11:31:03 fauli Exp $ IUSE="" DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" @@ -10,7 +10,7 @@ SRC_URI="amd64? ( ftp://mersenne.org/gimps/mprime${PV/./}-linux64.tar.gz ) SLOT="0" LICENSE="as-is" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* ~amd64 x86" # Since there are no statically linked binaries for this version of mprime, # and no static binaries for amd64 in general, we use the dynamically linked |