summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/connman/connman-1.27.ebuild')
-rw-r--r--net-misc/connman/connman-1.27.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-misc/connman/connman-1.27.ebuild b/net-misc/connman/connman-1.27.ebuild
index 855d031ad20f..b2fc5fcc6ebe 100644
--- a/net-misc/connman/connman-1.27.ebuild
+++ b/net-misc/connman/connman-1.27.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.27.ebuild,v 1.1 2014/12/19 04:32:21 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/connman/connman-1.27.ebuild,v 1.2 2015/03/10 16:06:53 dlan Exp $
EAPI="5"
inherit base systemd
@@ -11,7 +11,7 @@ SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
IUSE="bluetooth debug doc examples +ethernet ofono openvpn openconnect policykit tools vpnc +wifi"
RDEPEND=">=dev-libs/glib-2.16
@@ -21,6 +21,7 @@ RDEPEND=">=dev-libs/glib-2.16
bluetooth? ( net-wireless/bluez )
ofono? ( net-misc/ofono )
policykit? ( sys-auth/polkit )
+ openconnect? ( net-misc/openconnect )
openvpn? ( net-misc/openvpn )
vpnc? ( net-misc/vpnc )
wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )"