--- nm-applet-0.9.8.0.ebuild.orig +++ nm-applet-0.9.8.0.ebuild @@ -14,7 +14,7 @@ LICENSE="GPL-2+" SLOT="0" -IUSE="bluetooth gconf" +IUSE="bluetooth gconf modemmanger" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" RDEPEND=">=dev-libs/glib-2.26:2 @@ -30,6 +30,7 @@ net-misc/mobile-broadband-provider-info bluetooth? ( >=net-wireless/gnome-bluetooth-2.27.6 ) + modemmanger? ( net-misc/modemmanager ) gconf? ( >=gnome-base/gconf-2.20:2 ) virtual/freedesktop-icon-theme" @@ -41,10 +42,10 @@ DOCS="AUTHORS ChangeLog NEWS README" gnome2_src_configure \ --with-gtkver=3 \ - --with-modem-manager-1 \ --disable-more-warnings \ --disable-static \ --localstatedir=/var \ $(use_with bluetooth) \ + $(use_with modemmanger modem-manager-1) \ $(use_enable gconf migration) }