diff options
author | 2008-08-20 19:17:57 +0000 | |
---|---|---|
committer | 2008-08-20 19:17:57 +0000 | |
commit | d73d0220e748a96fbb4f80a1533f5a7c2510ce9c (patch) | |
tree | 5ee330e52ea9f93a35978106cb27a307e193654c /sci-mathematics/gimps/gimps-25.6.ebuild | |
parent | Version bump, clean up some older versions. (diff) | |
download | gentoo-2-d73d0220e748a96fbb4f80a1533f5a7c2510ce9c.tar.gz gentoo-2-d73d0220e748a96fbb4f80a1533f5a7c2510ce9c.tar.bz2 gentoo-2-d73d0220e748a96fbb4f80a1533f5a7c2510ce9c.zip |
Make it possible for sys-libs/e2fsprogs-libs to satisfy the sys-libs/com_err dependency.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26 x86_64)
Diffstat (limited to 'sci-mathematics/gimps/gimps-25.6.ebuild')
-rw-r--r-- | sci-mathematics/gimps/gimps-25.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-mathematics/gimps/gimps-25.6.ebuild b/sci-mathematics/gimps/gimps-25.6.ebuild index 7015dad3528c..001268dac6db 100644 --- a/sci-mathematics/gimps/gimps-25.6.ebuild +++ b/sci-mathematics/gimps/gimps-25.6.ebuild @@ -1,6 +1,6 @@ # 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-25.6.ebuild,v 1.1 2008/07/16 20:23:59 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-25.6.ebuild,v 1.2 2008/08/20 19:17:56 spock Exp $ IUSE="" DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" @@ -17,8 +17,9 @@ KEYWORDS="-* ~amd64 ~x86" # ones and try to cover the .so deps with the packages listed in RDEPEND. DEPEND="" RDEPEND="net-misc/curl - sys-libs/com_err dev-libs/openssl + || ( >=sys-libs/e2fsprogs-libs-1.41.0 + sys-libs/com_err ) virtual/krb5" S="${WORKDIR}" |