diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-01-06 13:35:19 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-01-06 13:35:19 +0000 |
commit | b21e92e90ad12497ea3d5d231a0847ab09279eb8 (patch) | |
tree | 16bf6a0892fc84bbb32097d9363e6b8f98fa0e48 /sci-mathematics | |
parent | Cleanup. (diff) | |
download | gentoo-2-b21e92e90ad12497ea3d5d231a0847ab09279eb8.tar.gz gentoo-2-b21e92e90ad12497ea3d5d231a0847ab09279eb8.tar.bz2 gentoo-2-b21e92e90ad12497ea3d5d231a0847ab09279eb8.zip |
Small dependency tweak to avoid linking problems
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/msieve/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/msieve/msieve-1.50-r4.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-mathematics/msieve/ChangeLog b/sci-mathematics/msieve/ChangeLog index e9475cab6873..9be2ecfcadf4 100644 --- a/sci-mathematics/msieve/ChangeLog +++ b/sci-mathematics/msieve/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/msieve -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/msieve/ChangeLog,v 1.9 2012/11/30 09:23:26 patrick Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/msieve/ChangeLog,v 1.10 2013/01/06 13:35:19 patrick Exp $ + + 06 Jan 2013; Patrick Lauer <patrick@gentoo.org> msieve-1.50-r4.ebuild: + Small dependency tweak to avoid linking problems 30 Nov 2012; Patrick Lauer <patrick@gentoo.org> +files/reduce-printf2.patch, +files/reduce-printf3.patch, msieve-1.50-r4.ebuild: diff --git a/sci-mathematics/msieve/msieve-1.50-r4.ebuild b/sci-mathematics/msieve/msieve-1.50-r4.ebuild index 8fce9795eec3..f1c5e1025709 100644 --- a/sci-mathematics/msieve/msieve-1.50-r4.ebuild +++ b/sci-mathematics/msieve/msieve-1.50-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/msieve/msieve-1.50-r4.ebuild,v 1.2 2012/11/30 09:23:26 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/msieve/msieve-1.50-r4.ebuild,v 1.3 2013/01/06 13:35:19 patrick Exp $ EAPI=4 DESCRIPTION="A C library implementing a suite of algorithms to factor large integers" @@ -14,7 +14,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="zlib +ecm mpi" -DEPEND="ecm? ( sci-mathematics/gmp-ecm ) +# some linking troubles with gwnum +DEPEND="ecm? ( sci-mathematics/gmp-ecm[-gwnum] ) mpi? ( virtual/mpi ) zlib? ( sys-libs/zlib )" RDEPEND="${DEPEND}" |