Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: net-misc/networkmanager/
Date: Wed, 23 Feb 2011 18:03:56
Message-Id: 9d2fffb8ce4f08e4bccfc41f72a579b7e64efa24.nirbheek@gentoo
1 commit: 9d2fffb8ce4f08e4bccfc41f72a579b7e64efa24
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 23 17:24:28 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 23 17:24:28 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9d2fffb8
7
8 net-misc/networkmanager: add USE=ppp, added to upstream repo
9
10 ---
11 net-misc/networkmanager/networkmanager-9999.ebuild | 9 +++++----
12 1 files changed, 5 insertions(+), 4 deletions(-)
13
14 diff --git a/net-misc/networkmanager/networkmanager-9999.ebuild b/net-misc/networkmanager/networkmanager-9999.ebuild
15 index eed1a6a..a058ad6 100644
16 --- a/net-misc/networkmanager/networkmanager-9999.ebuild
17 +++ b/net-misc/networkmanager/networkmanager-9999.ebuild
18 @@ -17,7 +17,7 @@ HOMEPAGE="http://www.gnome.org/projects/NetworkManager/"
19 LICENSE="GPL-2"
20 SLOT="0"
21 IUSE="avahi bluetooth doc nss gnutls dhclient dhcpcd +introspection kernel_linux
22 -resolvconf connection-sharing wimax"
23 +resolvconf connection-sharing wimax +ppp"
24 if [[ ${PV} = 9999 ]]; then
25 inherit gnome2-live
26 EGIT_REPO_URI="git://anongit.freedesktop.org/${MY_PN}/${MY_PN}"
27 @@ -54,12 +54,12 @@ RDEPEND=">=sys-apps/dbus-1.2
28 connection-sharing? (
29 net-dns/dnsmasq
30 net-firewall/iptables )
31 - wimax? ( >=net-wireless/wimax-1.5.1 )"
32 + wimax? ( >=net-wireless/wimax-1.5.1 )
33 + ppp? ( >=net-dialup/ppp-2.4.5 )"
34
35 DEPEND="${RDEPEND}
36 dev-util/pkgconfig
37 dev-util/intltool
38 - >=net-dialup/ppp-2.4.5
39 doc? ( >=dev-util/gtk-doc-1.8 )"
40
41 S=${WORKDIR}/${MY_P}
42 @@ -99,7 +99,8 @@ pkg_setup() {
43 $(use_with doc docs)
44 $(use_with resolvconf)
45 $(use_enable introspection)
46 - $(use_enable wimax)"
47 + $(use_enable wimax)
48 + $(use_enable ppp)"
49
50 # default is dhcpcd (if none or both are specified), ISC dchclient otherwise
51 if use dhclient ; then