Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/readline: readline-4.3_p5.ebuild
Date: Sat, 03 Oct 2009 23:38:26
Message-Id: E1MuEBF-0003bC-3E@stork.gentoo.org
1 vapier 09/10/03 23:38:25
2
3 Modified: readline-4.3_p5.ebuild
4 Log:
5 doesnt need to force bash with this ABI-only ebuild
6
7 Revision Changes Path
8 1.2 sys-libs/readline/readline-4.3_p5.ebuild
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/readline/readline-4.3_p5.ebuild?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/readline/readline-4.3_p5.ebuild?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/readline/readline-4.3_p5.ebuild?r1=1.1&r2=1.2
13
14 Index: readline-4.3_p5.ebuild
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.3_p5.ebuild,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- readline-4.3_p5.ebuild 23 Feb 2009 00:56:39 -0000 1.1
21 +++ readline-4.3_p5.ebuild 3 Oct 2009 23:38:24 -0000 1.2
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.3_p5.ebuild,v 1.1 2009/02/23 00:56:39 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.3_p5.ebuild,v 1.2 2009/10/03 23:38:24 vapier Exp $
27
28 # This version is just for the ABI .4 library
29
30 @@ -36,11 +36,8 @@
31 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
32 IUSE=""
33
34 -# We must be certain that we have a bash that is linked
35 -# to its internal readline, else we may get problems.
36 RDEPEND=">=sys-libs/ncurses-5.2-r2"
37 -DEPEND="${RDEPEND}
38 - >=app-shells/bash-2.05b-r2"
39 +DEPEND="${RDEPEND}"
40
41 S=${WORKDIR}/${MY_P}