diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-06-20 10:01:11 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-06-20 10:01:11 +0000 |
commit | 14d1809ac6e923c7da06a35096d6e0e82e9e2c5d (patch) | |
tree | 1753bb5547a3bd8e470ce1fa7bc1cf87a0b4df82 /sci-mathematics/gimps | |
parent | Add introspection support. (diff) | |
download | gentoo-2-14d1809ac6e923c7da06a35096d6e0e82e9e2c5d.tar.gz gentoo-2-14d1809ac6e923c7da06a35096d6e0e82e9e2c5d.tar.bz2 gentoo-2-14d1809ac6e923c7da06a35096d6e0e82e9e2c5d.zip |
stable x86, bug 316801
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics/gimps')
-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 0f1d39a9fd8a..477c00ee9976 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.33 2010/06/13 18:03:15 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.34 2010/06/20 10:01:11 fauli Exp $ + + 20 Jun 2010; <fauli@gentoo.org> gimps-25.11.ebuild: + stable x86, bug 316801 13 Jun 2010; Christoph Mende <angelos@gentoo.org> gimps-25.11.ebuild: Stable on amd64 wrt bug #316801 diff --git a/sci-mathematics/gimps/gimps-25.11.ebuild b/sci-mathematics/gimps/gimps-25.11.ebuild index 16a2d9c6bc15..ba7f29afb1fd 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.3 2010/06/13 18:03:15 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-25.11.ebuild,v 1.4 2010/06/20 10:01:11 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 |