--- /usr/portage/www-client/epiphany/epiphany-2.20.2.ebuild 2007-12-06 23:02:24.000000000 +0200 +++ epiphany-2.20.2.ebuild 2007-12-08 22:21:23.000000000 +0200 @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="doc python xulrunner spell" +IUSE="doc networkmanager python spell xulrunner" # FIXME: add webkit/gecko switch possibility # dang: *after* webkit actually works. @@ -28,14 +28,16 @@ >=dev-libs/dbus-glib-0.71 >=gnome-base/gconf-2 >=app-text/iso-codes-0.35 - !xulrunner? ( >=www-client/mozilla-firefox-1.5 ) - xulrunner? ( net-libs/xulrunner ) + x11-themes/gnome-icon-theme + + networkmanager? ( net-misc/networkmanager ) python? ( >=dev-lang/python-2.3 >=dev-python/pygtk-2.7.1 >=dev-python/gnome-python-2.6 ) spell? ( app-text/enchant ) - x11-themes/gnome-icon-theme" + !xulrunner? ( >=www-client/mozilla-firefox-1.5 ) + xulrunner? ( net-libs/xulrunner )" DEPEND="${RDEPEND} app-text/scrollkeeper @@ -52,7 +54,8 @@ --disable-scrollkeeper --with-engine=mozilla $(use_enable spell spell-checker) - $(use_enable python)" + $(use_enable python) + $(use_enable networkmanager network-manager)" if use xulrunner; then G2CONF="${G2CONF} --with-gecko=xulrunner"