Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/xc: xc-4.3.2-r3.ebuild
Date: Sat, 02 Mar 2013 18:01:15
Message-Id: 20130302180112.C5D672171D@flycatcher.gentoo.org
1 pinkbyte 13/03/02 18:01:12
2
3 Modified: xc-4.3.2-r3.ebuild
4 Log:
5 Fix typo in DEPEND
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.3 net-dialup/xc/xc-4.3.2-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild?r1=1.2&r2=1.3
15
16 Index: xc-4.3.2-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- xc-4.3.2-r3.ebuild 2 Mar 2013 17:53:41 -0000 1.2
23 +++ xc-4.3.2-r3.ebuild 2 Mar 2013 18:01:12 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild,v 1.2 2013/03/02 17:53:41 pinkbyte Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild,v 1.3 2013/03/02 18:01:12 pinkbyte Exp $
29
30 EAPI=5
31
32 @@ -16,7 +16,7 @@
33 IUSE=""
34
35 RDEPEND="sys-libs/ncurses"
36 -DEPEND="${DEPEND}
37 +DEPEND="${RDEPEND}
38 virtual/pkgconfig"
39
40 src_prepare() {