diff options
author | Christoph Mende <angelos@gentoo.org> | 2010-06-13 18:03:15 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2010-06-13 18:03:15 +0000 |
commit | b2f2b8d03c1cb37453ba68ff03cd7f42e94bdc95 (patch) | |
tree | ad8a9e1b37ae57b6d648df7a9c2a90d5583242ef /sci-mathematics | |
parent | x86 stable wrt bug #322193 (diff) | |
download | gentoo-2-b2f2b8d03c1cb37453ba68ff03cd7f42e94bdc95.tar.gz gentoo-2-b2f2b8d03c1cb37453ba68ff03cd7f42e94bdc95.tar.bz2 gentoo-2-b2f2b8d03c1cb37453ba68ff03cd7f42e94bdc95.zip |
Stable on amd64 wrt bug #316801
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/gimps/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-25.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/gimps/ChangeLog b/sci-mathematics/gimps/ChangeLog index 508b53753a3e..0f1d39a9fd8a 100644 --- a/sci-mathematics/gimps/ChangeLog +++ b/sci-mathematics/gimps/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/gimps # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.32 2010/03/26 19:17:22 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.33 2010/06/13 18:03:15 angelos Exp $ + + 13 Jun 2010; Christoph Mende <angelos@gentoo.org> gimps-25.11.ebuild: + Stable on amd64 wrt bug #316801 26 Mar 2010; Michał Januszewski <spock@gentoo.org> gimps-25.11.ebuild: Fix bug #311479. diff --git a/sci-mathematics/gimps/gimps-25.11.ebuild b/sci-mathematics/gimps/gimps-25.11.ebuild index c3063c174c3d..16a2d9c6bc15 100644 --- a/sci-mathematics/gimps/gimps-25.11.ebuild +++ b/sci-mathematics/gimps/gimps-25.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-25.11.ebuild,v 1.2 2010/03/26 19:17:22 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-25.11.ebuild,v 1.3 2010/06/13 18:03:15 angelos 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 |