Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/bash: bash-3.2_p25.ebuild
Date: Fri, 23 Nov 2007 03:48:29
Message-Id: E1IvPVy-0008TO-Qp@stork.gentoo.org
1 zmedico 07/11/23 03:47:38
2
3 Modified: bash-3.2_p25.ebuild
4 Log:
5 Bug #190128 - Add a blocker for <sys-apps/portage-2.1.4_rc1 so that we
6 can unmask bash-3.2_p25 and emerge will automatically adjust the merge
7 order such that portage is upgraded before bash.
8 (Portage version: 2.1.4_rc1)
9
10 Revision Changes Path
11 1.3 app-shells/bash/bash-3.2_p25.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild?r1=1.2&r2=1.3
16
17 Index: bash-3.2_p25.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- bash-3.2_p25.ebuild 28 Oct 2007 19:23:00 -0000 1.2
24 +++ bash-3.2_p25.ebuild 23 Nov 2007 03:47:38 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2007 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild,v 1.2 2007/10/28 19:23:00 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p25.ebuild,v 1.3 2007/11/23 03:47:38 zmedico Exp $
30
31 inherit eutils flag-o-matic toolchain-funcs multilib
32
33 @@ -35,6 +35,7 @@
34 IUSE="afs bashlogger nls plugins vanilla"
35
36 DEPEND=">=sys-libs/ncurses-5.2-r2"
37 +RDEPEND="${DEPEND} !<sys-apps/portage-2.1.4_rc1"
38
39 S=${WORKDIR}/${MY_P}
40
41
42
43
44 --
45 gentoo-commits@g.o mailing list