From e317fc362fdf7963f247ac7920a573d50365dc49 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Sun, 22 Feb 2009 13:22:19 +0000 Subject: Depend on readline 5.x since the gdb in this version is linked against libreadline.so.5. (Portage version: 2.2_rc23/cvs/Linux x86_64) --- sys-devel/bfin-toolchain/ChangeLog | 7 ++++++- sys-devel/bfin-toolchain/bfin-toolchain-2008.1.5_rc14.ebuild | 5 ++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'sys-devel') diff --git a/sys-devel/bfin-toolchain/ChangeLog b/sys-devel/bfin-toolchain/ChangeLog index aa6a89a1c7b0..aaf245212284 100644 --- a/sys-devel/bfin-toolchain/ChangeLog +++ b/sys-devel/bfin-toolchain/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/bfin-toolchain # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bfin-toolchain/ChangeLog,v 1.7 2009/02/19 21:12:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bfin-toolchain/ChangeLog,v 1.8 2009/02/22 13:22:19 flameeyes Exp $ + + 22 Feb 2009; Diego E. Pettenò + bfin-toolchain-2008.1.5_rc14.ebuild: + Depend on readline 5.x since the gdb in this version is linked against + libreadline.so.5. *bfin-toolchain-2008.1.5_rc14 (19 Feb 2009) diff --git a/sys-devel/bfin-toolchain/bfin-toolchain-2008.1.5_rc14.ebuild b/sys-devel/bfin-toolchain/bfin-toolchain-2008.1.5_rc14.ebuild index e44bb2d061d1..bef2e0f82a6e 100644 --- a/sys-devel/bfin-toolchain/bfin-toolchain-2008.1.5_rc14.ebuild +++ b/sys-devel/bfin-toolchain/bfin-toolchain-2008.1.5_rc14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bfin-toolchain/bfin-toolchain-2008.1.5_rc14.ebuild,v 1.1 2009/02/19 21:12:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bfin-toolchain/bfin-toolchain-2008.1.5_rc14.ebuild,v 1.2 2009/02/22 13:22:19 flameeyes Exp $ DESCRIPTION="toolchain for Blackfin processors" HOMEPAGE="http://blackfin.uclinux.org/" @@ -27,6 +27,9 @@ KEYWORDS="amd64 ia64 ppc x86" IUSE="" RESTRICT="strip" +DEPEND="" +RDEPEND="=sys-libs/readline-5*" + S=${WORKDIR} src_install() { -- cgit v1.2.3-65-gdbad