summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-02-22 13:22:19 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-02-22 13:22:19 +0000
commite317fc362fdf7963f247ac7920a573d50365dc49 (patch)
treec916bee7fbc6e2d01882b314dc5909fe7e2548fd /sys-devel
parentProvide fontconfig override (diff)
downloadgentoo-2-e317fc362fdf7963f247ac7920a573d50365dc49.tar.gz
gentoo-2-e317fc362fdf7963f247ac7920a573d50365dc49.tar.bz2
gentoo-2-e317fc362fdf7963f247ac7920a573d50365dc49.zip
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)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/bfin-toolchain/ChangeLog7
-rw-r--r--sys-devel/bfin-toolchain/bfin-toolchain-2008.1.5_rc14.ebuild5
2 files changed, 10 insertions, 2 deletions
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ò <flameeyes@gentoo.org>
+ 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() {