diff options
author | Michael Januszewski <spock@gentoo.org> | 2008-08-20 19:17:57 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2008-08-20 19:17:57 +0000 |
commit | d73d0220e748a96fbb4f80a1533f5a7c2510ce9c (patch) | |
tree | 5ee330e52ea9f93a35978106cb27a307e193654c /sci-mathematics | |
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')
-rw-r--r-- | sci-mathematics/gimps/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-25.6.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-mathematics/gimps/ChangeLog b/sci-mathematics/gimps/ChangeLog index 36ffe3e42254..07535a1c437b 100644 --- a/sci-mathematics/gimps/ChangeLog +++ b/sci-mathematics/gimps/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/gimps # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.22 2008/07/16 20:23:59 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.23 2008/08/20 19:17:57 spock Exp $ + + 20 Aug 2008; Michał Januszewski <spock@gentoo.org> gimps-25.6.ebuild: + Make it possible for sys-libs/e2fsprogs-libs to satisfy the + sys-libs/com_err dependency. *gimps-25.6 (16 Jul 2008) 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}" |