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 | |
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')
-rw-r--r-- | dev-libs/quantlib/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/quantlib/quantlib-0.3.10.ebuild | 7 | ||||
-rw-r--r-- | dev-libs/quantlib/quantlib-0.3.12.ebuild | 7 |
3 files changed, 14 insertions, 8 deletions
diff --git a/dev-libs/quantlib/ChangeLog b/dev-libs/quantlib/ChangeLog index 9d8f143b090e..043496c7b9d9 100644 --- a/dev-libs/quantlib/ChangeLog +++ b/dev-libs/quantlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/quantlib -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/quantlib/ChangeLog,v 1.31 2007/07/15 16:48:44 armin76 Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/quantlib/ChangeLog,v 1.32 2008/09/06 21:16:33 halcy0n Exp $ + + 06 Sep 2008; Mark Loeser <halcy0n@gentoo.org> quantlib-0.3.10.ebuild, + quantlib-0.3.12.ebuild: + Remove sys-devel/libtool from RDEPEND; bug #221613 15 Jul 2007; Raúl Porcel <armin76@gentoo.org> quantlib-0.3.12.ebuild: alpha stable 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" diff --git a/dev-libs/quantlib/quantlib-0.3.12.ebuild b/dev-libs/quantlib/quantlib-0.3.12.ebuild index eba090b89d47..26df7607b14e 100644 --- a/dev-libs/quantlib/quantlib-0.3.12.ebuild +++ b/dev-libs/quantlib/quantlib-0.3.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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.12.ebuild,v 1.5 2007/07/15 16:48:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/quantlib/quantlib-0.3.12.ebuild,v 1.6 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" |