--- /usr/portage/media-video/gnome-mplayer/gnome-mplayer-1.0.7.ebuild 2013-01-21 17:01:22.000000000 -0500 +++ gnome-mplayer-1.0.7.ebuild 2013-12-07 00:07:13.513411165 -0500 @@ -12,11 +12,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86 ~x86-fbsd" -IUSE="alsa +dbus +dconf gnome ipod libnotify musicbrainz pulseaudio" +IUSE="alsa +dbus +dconf gnome ipod gtk3 libnotify musicbrainz pulseaudio" COMMON_DEPEND=">=dev-libs/glib-2.30 >=media-libs/gmtk-${PV}[dconf=] - >=x11-libs/gtk+-3.2:3 + gtk3? ( >=x11-libs/gtk+-3.2:3 ) x11-libs/libX11 x11-libs/libXScrnSaver alsa? ( media-libs/alsa-lib ) @@ -30,7 +30,7 @@ ) pulseaudio? ( >=media-sound/pulseaudio-0.9.14 )" RDEPEND="${COMMON_DEPEND} - x11-themes/gnome-icon-theme-symbolic + gnome? ( x11-themes/gnome-icon-theme-symbolic ) || ( >=media-video/mplayer-1.0_rc4_p20100101[libass] media-video/mplayer2[libass] )" DEPEND="${COMMON_DEPEND} virtual/pkgconfig @@ -40,9 +40,9 @@ src_configure() { econf \ - --enable-gtk3 \ + $(use_enable gtk3) \ $(use_enable gnome nautilus) \ - --with-gio \ + $(use_with gnome gio) \ $(use_with dbus) \ $(use_with alsa) \ $(use_with pulseaudio) \