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-apps/yum: yum-3.2.8.ebuild
Date: Sun, 30 Dec 2007 18:53:36
Message-Id: E1J93Hq-0005ol-GY@stork.gentoo.org
1 vapier 07/12/30 18:53:26
2
3 Modified: yum-3.2.8.ebuild
4 Log:
5 forgot to add dev-python/sqlitecachec to depend
6 (Portage version: 2.1.4_rc12)
7
8 Revision Changes Path
9 1.2 sys-apps/yum/yum-3.2.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/yum/yum-3.2.8.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/yum/yum-3.2.8.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/yum/yum-3.2.8.ebuild?r1=1.1&r2=1.2
14
15 Index: yum-3.2.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/yum/yum-3.2.8.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- yum-3.2.8.ebuild 30 Dec 2007 10:10:54 -0000 1.1
22 +++ yum-3.2.8.ebuild 30 Dec 2007 18:53:25 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/yum/yum-3.2.8.ebuild,v 1.1 2007/12/30 10:10:54 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/yum/yum-3.2.8.ebuild,v 1.2 2007/12/30 18:53:25 vapier Exp $
28
29 NEED_PYTHON=1
30 inherit python eutils
31 @@ -15,6 +15,7 @@
32 IUSE=""
33
34 RDEPEND="app-arch/rpm
35 + dev-python/sqlitecachec
36 dev-python/celementtree
37 dev-libs/libxml2
38 dev-python/urlgrabber"
39
40
41
42 --
43 gentoo-commits@g.o mailing list