diff options
author | Michael Januszewski <spock@gentoo.org> | 2008-01-21 16:44:06 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2008-01-21 16:44:06 +0000 |
commit | 0bb3014eca4eabd229b5dcb3db3271a7ccc20f00 (patch) | |
tree | 7c29e3a92741bc025d987238af92966860c430aa /sci-mathematics/gimps/gimps-24.14-r1.ebuild | |
parent | Use linux-info.eclass to figure out KERNEL_DIR for tipc_config.h include wrt ... (diff) | |
download | gentoo-2-0bb3014eca4eabd229b5dcb3db3271a7ccc20f00.tar.gz gentoo-2-0bb3014eca4eabd229b5dcb3db3271a7ccc20f00.tar.bz2 gentoo-2-0bb3014eca4eabd229b5dcb3db3271a7ccc20f00.zip |
Really make gimps stable on amd64 this time. Fix the initscript so that error messages are not displayed when it's first run.
(Portage version: 2.1.4)
Diffstat (limited to 'sci-mathematics/gimps/gimps-24.14-r1.ebuild')
-rw-r--r-- | sci-mathematics/gimps/gimps-24.14-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/gimps/gimps-24.14-r1.ebuild b/sci-mathematics/gimps/gimps-24.14-r1.ebuild index dfcc4226b308..01ab5d721013 100644 --- a/sci-mathematics/gimps/gimps-24.14-r1.ebuild +++ b/sci-mathematics/gimps/gimps-24.14-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.14-r1.ebuild,v 1.5 2007/11/14 17:55:56 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.14-r1.ebuild,v 1.6 2008/01/21 16:44:05 spock Exp $ IUSE="" DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" @@ -13,7 +13,7 @@ SRC_URI="ftp://mersenne.org/gimps/sprime${PV/./}.tar.gz" DEPEND=">=sys-libs/glibc-2.1" SLOT="0" LICENSE="as-is" -KEYWORDS="-* ~amd64 x86" +KEYWORDS="-* amd64 x86" S="${WORKDIR}" I="/opt/gimps" |