diff options
author | Michael Januszewski <spock@gentoo.org> | 2006-09-23 21:45:50 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2006-09-23 21:45:50 +0000 |
commit | 9a8f043f244662ed876017e944da9c43e2d7561c (patch) | |
tree | d2969b11bc0304cef078b5f44dd9ff583eb421da /sci-mathematics/gimps/gimps-24.13.ebuild | |
parent | version bump and 2.6.18 support thanks to Fabio Erculiani <lxnay@lxnaydesign.... (diff) | |
download | gentoo-2-9a8f043f244662ed876017e944da9c43e2d7561c.tar.gz gentoo-2-9a8f043f244662ed876017e944da9c43e2d7561c.tar.bz2 gentoo-2-9a8f043f244662ed876017e944da9c43e2d7561c.zip |
Removed explicit dependency on sys-apps/baselayout (bug #148663).
(Portage version: 2.1.2_pre1-r1)
Diffstat (limited to 'sci-mathematics/gimps/gimps-24.13.ebuild')
-rw-r--r-- | sci-mathematics/gimps/gimps-24.13.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sci-mathematics/gimps/gimps-24.13.ebuild b/sci-mathematics/gimps/gimps-24.13.ebuild index b1d41ffe534e..eb38bd2b84de 100644 --- a/sci-mathematics/gimps/gimps-24.13.ebuild +++ b/sci-mathematics/gimps/gimps-24.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.13.ebuild,v 1.2 2005/08/26 17:59:15 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-24.13.ebuild,v 1.3 2006/09/23 21:45:49 spock Exp $ IUSE="" DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" @@ -10,8 +10,7 @@ SRC_URI="ftp://mersenne.org/gimps/sprime${PV/./}.tar.gz" # We have to use the statically linked version since the dynamically # linked one requires gcc >= 3.4.4 (stdlibc++.so.6 dependency). -DEPEND=">=sys-apps/baselayout-1.8.0 - >=sys-libs/glibc-2.1" +DEPEND=">=sys-libs/glibc-2.1" SLOT="0" LICENSE="as-is" KEYWORDS="-* x86 ~amd64" |