diff options
author | Michael Januszewski <spock@gentoo.org> | 2005-07-07 18:57:12 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2005-07-07 18:57:12 +0000 |
commit | 40425c4fa438cdf4ee760d7b007d22a4adbcdeaa (patch) | |
tree | 2300420a79527d56f1c759b7ba3f848e286d039c /sci-mathematics/gimps | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-40425c4fa438cdf4ee760d7b007d22a4adbcdeaa.tar.gz gentoo-2-40425c4fa438cdf4ee760d7b007d22a4adbcdeaa.tar.bz2 gentoo-2-40425c4fa438cdf4ee760d7b007d22a4adbcdeaa.zip |
Stable on x86.
(Portage version: 1.589-cvs)
Diffstat (limited to 'sci-mathematics/gimps')
-rw-r--r-- | sci-mathematics/gimps/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-24.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/gimps/ChangeLog b/sci-mathematics/gimps/ChangeLog index 265469b69600..dbc89943756d 100644 --- a/sci-mathematics/gimps/ChangeLog +++ b/sci-mathematics/gimps/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/gimps # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.5 2005/04/14 21:36:05 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.6 2005/07/07 18:55:53 spock Exp $ + + 07 Jul 2005; Michał Januszewski <spock@gentoo.org> gimps-24.6.ebuild: + Marked stable on x86. 14 Apr 2005; Michał Januszewski <spock@gentoo.org> files/gimps-conf.d: Fixed comments in the config file (bug #89129). diff --git a/sci-mathematics/gimps/gimps-24.6.ebuild b/sci-mathematics/gimps/gimps-24.6.ebuild index 2714351c7e0e..921ea9dfc0f6 100644 --- a/sci-mathematics/gimps/gimps-24.6.ebuild +++ b/sci-mathematics/gimps/gimps-24.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.6.ebuild,v 1.2 2005/01/04 20:38:53 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.6.ebuild,v 1.3 2005/07/07 18:55:53 spock Exp $ IUSE="" DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" @@ -11,7 +11,7 @@ DEPEND=">=sys-apps/baselayout-1.8.0 >=sys-libs/glibc-2.1" SLOT="0" LICENSE="as-is" -KEYWORDS="-* ~x86 ~amd64" +KEYWORDS="-* x86 ~amd64" S="${WORKDIR}" I="/opt/gimps" |