diff options
author | Michael Januszewski <spock@gentoo.org> | 2008-11-04 20:06:38 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2008-11-04 20:06:38 +0000 |
commit | 5f3e7bc505fed3470e08183a78fb0eba40ac9672 (patch) | |
tree | d2dfdde88b0bdaec9b9dc17e596b1ce54718716a /sci-mathematics/gimps | |
parent | version bump and warning fixes by Jeroen Roovers - bug #244388 (diff) | |
download | gentoo-2-5f3e7bc505fed3470e08183a78fb0eba40ac9672.tar.gz gentoo-2-5f3e7bc505fed3470e08183a78fb0eba40ac9672.tar.bz2 gentoo-2-5f3e7bc505fed3470e08183a78fb0eba40ac9672.zip |
Remove unnecessary dependencies from RDEPEND.
(Portage version: 2.2_rc13/cvs/Linux 2.6.27 x86_64)
Diffstat (limited to 'sci-mathematics/gimps')
-rw-r--r-- | sci-mathematics/gimps/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/gimps/gimps-25.6.ebuild | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/sci-mathematics/gimps/ChangeLog b/sci-mathematics/gimps/ChangeLog index 07535a1c437b..4440c6c935b6 100644 --- a/sci-mathematics/gimps/ChangeLog +++ b/sci-mathematics/gimps/ChangeLog @@ -1,6 +1,9 @@ # 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.23 2008/08/20 19:17:57 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.24 2008/11/04 20:06:38 spock Exp $ + + 04 Nov 2008; Michał Januszewski <spock@gentoo.org> gimps-25.6.ebuild: + Remove unnecessary dependencies from RDEPEND. 20 Aug 2008; Michał Januszewski <spock@gentoo.org> gimps-25.6.ebuild: Make it possible for sys-libs/e2fsprogs-libs to satisfy the diff --git a/sci-mathematics/gimps/gimps-25.6.ebuild b/sci-mathematics/gimps/gimps-25.6.ebuild index 001268dac6db..5f9e504b70fb 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.2 2008/08/20 19:17:56 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-25.6.ebuild,v 1.3 2008/11/04 20:06:38 spock Exp $ IUSE="" DESCRIPTION="GIMPS - The Great Internet Mersenne Prime Search" @@ -16,11 +16,7 @@ KEYWORDS="-* ~amd64 ~x86" # and no static binaries for amd64 in general, we use the dynamically linked # ones and try to cover the .so deps with the packages listed in RDEPEND. DEPEND="" -RDEPEND="net-misc/curl - dev-libs/openssl - || ( >=sys-libs/e2fsprogs-libs-1.41.0 - sys-libs/com_err ) - virtual/krb5" +RDEPEND="net-misc/curl" S="${WORKDIR}" I="/opt/gimps" |