Gentoo Archives: gentoo-commits

From: "Jean-Noel Rivasseau (elvanor)" <elvanor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-voip/sflphone: sflphone-0.9.12.ebuild
Date: Tue, 22 Feb 2011 14:14:39
Message-Id: 20110222141430.62A6920054@flycatcher.gentoo.org
1 elvanor 11/02/22 14:14:30
2
3 Modified: sflphone-0.9.12.ebuild
4 Log:
5 Minor change from CDEPEND to DEPEND.
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 net-voip/sflphone/sflphone-0.9.12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/sflphone/sflphone-0.9.12.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/sflphone/sflphone-0.9.12.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/sflphone/sflphone-0.9.12.ebuild?r1=1.1&r2=1.2
15
16 Index: sflphone-0.9.12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-voip/sflphone/sflphone-0.9.12.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- sflphone-0.9.12.ebuild 22 Feb 2011 14:12:11 -0000 1.1
23 +++ sflphone-0.9.12.ebuild 22 Feb 2011 14:14:30 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-voip/sflphone/sflphone-0.9.12.ebuild,v 1.1 2011/02/22 14:12:11 elvanor Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-voip/sflphone/sflphone-0.9.12.ebuild,v 1.2 2011/02/22 14:14:30 elvanor Exp $
29
30 EAPI="2"
31
32 @@ -20,7 +20,6 @@
33 dev-libs/openssl
34 dev-libs/libpcre
35 dev-libs/libyaml
36 - >=dev-util/astyle-1.24
37 media-libs/alsa-lib
38 media-libs/celt
39 media-libs/libsamplerate
40 @@ -50,6 +49,7 @@
41 x11-libs/libSM )"
42
43 DEPEND="${CDEPEND}
44 + >=dev-util/astyle-1.24
45 gnome? ( app-text/gnome-doc-utils )"
46
47 RDEPEND="${CDEPEND}"