From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PsJ48-0005Qy-MN for garchives@archives.gentoo.org; Wed, 23 Feb 2011 18:03:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A2081C003; Wed, 23 Feb 2011 18:03:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 399941C02B for ; Wed, 23 Feb 2011 18:03:44 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B21281B41BD for ; Wed, 23 Feb 2011 18:03:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 19B558006E for ; Wed, 23 Feb 2011 18:03:43 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <9d2fffb8ce4f08e4bccfc41f72a579b7e64efa24.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-misc/networkmanager/ X-VCS-Repository: proj/gnome X-VCS-Files: net-misc/networkmanager/networkmanager-9999.ebuild X-VCS-Directories: net-misc/networkmanager/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 9d2fffb8ce4f08e4bccfc41f72a579b7e64efa24 Date: Wed, 23 Feb 2011 18:03:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: c4c69735932d2f00697f5d2216e40a08 commit: 9d2fffb8ce4f08e4bccfc41f72a579b7e64efa24 Author: Nirbheek Chauhan gentoo org> AuthorDate: Wed Feb 23 17:24:28 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Wed Feb 23 17:24:28 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D9d2fffb8 net-misc/networkmanager: add USE=3Dppp, added to upstream repo --- net-misc/networkmanager/networkmanager-9999.ebuild | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/net-misc/networkmanager/networkmanager-9999.ebuild b/net-mis= c/networkmanager/networkmanager-9999.ebuild index eed1a6a..a058ad6 100644 --- a/net-misc/networkmanager/networkmanager-9999.ebuild +++ b/net-misc/networkmanager/networkmanager-9999.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=3D"http://www.gnome.org/projects/NetworkManage= r/" LICENSE=3D"GPL-2" SLOT=3D"0" IUSE=3D"avahi bluetooth doc nss gnutls dhclient dhcpcd +introspection ke= rnel_linux -resolvconf connection-sharing wimax" +resolvconf connection-sharing wimax +ppp" if [[ ${PV} =3D 9999 ]]; then inherit gnome2-live EGIT_REPO_URI=3D"git://anongit.freedesktop.org/${MY_PN}/${MY_PN}" @@ -54,12 +54,12 @@ RDEPEND=3D">=3Dsys-apps/dbus-1.2 connection-sharing? ( net-dns/dnsmasq net-firewall/iptables ) - wimax? ( >=3Dnet-wireless/wimax-1.5.1 )" + wimax? ( >=3Dnet-wireless/wimax-1.5.1 ) + ppp? ( >=3Dnet-dialup/ppp-2.4.5 )" =20 DEPEND=3D"${RDEPEND} dev-util/pkgconfig dev-util/intltool - >=3Dnet-dialup/ppp-2.4.5 doc? ( >=3Ddev-util/gtk-doc-1.8 )" =20 S=3D${WORKDIR}/${MY_P} @@ -99,7 +99,8 @@ pkg_setup() { $(use_with doc docs) $(use_with resolvconf) $(use_enable introspection) - $(use_enable wimax)" + $(use_enable wimax) + $(use_enable ppp)" =20 # default is dhcpcd (if none or both are specified), ISC dchclient othe= rwise if use dhclient ; then