diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2008-09-06 21:16:33 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2008-09-06 21:16:33 +0000 |
commit | 2df77aa251484bd7088b6cce50473986fec28901 (patch) | |
tree | bdc8d16e11c9a79091d005707dd7c56536cc343e /dev-libs/quantlib/quantlib-0.3.10.ebuild | |
parent | Only depend on x11-drivers/xf86-input-synaptics as the older package does not... (diff) | |
download | gentoo-2-2df77aa251484bd7088b6cce50473986fec28901.tar.gz gentoo-2-2df77aa251484bd7088b6cce50473986fec28901.tar.bz2 gentoo-2-2df77aa251484bd7088b6cce50473986fec28901.zip |
Remove sys-devel/libtool from RDEPEND; bug #221613
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-rc5 i686)
Diffstat (limited to 'dev-libs/quantlib/quantlib-0.3.10.ebuild')
-rw-r--r-- | dev-libs/quantlib/quantlib-0.3.10.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-libs/quantlib/quantlib-0.3.10.ebuild b/dev-libs/quantlib/quantlib-0.3.10.ebuild index 67c8e9b17049..04d23c12dba1 100644 --- a/dev-libs/quantlib/quantlib-0.3.10.ebuild +++ b/dev-libs/quantlib/quantlib-0.3.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/quantlib/quantlib-0.3.10.ebuild,v 1.6 2006/08/22 11:58:36 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/quantlib/quantlib-0.3.10.ebuild,v 1.7 2008/09/06 21:16:33 halcy0n Exp $ IUSE="" @@ -11,8 +11,9 @@ DESCRIPTION="A comprehensive software framework for quantitative finance" HOMEPAGE="http://www.quantlib.org" SRC_URI="mirror://sourceforge/quantlib/${MY_P}.tar.gz" +RDEPEND="dev-libs/boost" DEPEND="sys-devel/libtool - dev-libs/boost" + ${RDEPEND}" SLOT="0" LICENSE="BSD" |