commit:     48df1bd0a6918abc4e805302cbd6b9474b56e914
Author:     NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 12 16:04:53 2016 +0000
Commit:     NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri Aug 12 16:04:53 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=48df1bd0

mate-extra/mate-system-monitor: Drop gtk3 flag

Package-Manager: portage-2.3.0

 .../mate-system-monitor/mate-system-monitor-9999.ebuild       | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-9999.ebuild 
b/mate-extra/mate-system-monitor/mate-system-monitor-9999.ebuild
index 18fc853..056e13a 100644
--- a/mate-extra/mate-system-monitor/mate-system-monitor-9999.ebuild
+++ b/mate-extra/mate-system-monitor/mate-system-monitor-9999.ebuild
@@ -14,10 +14,11 @@ DESCRIPTION="The MATE System Monitor"
 LICENSE="GPL-2"
 SLOT="0"
 
-IUSE="gtk3 systemd"
+IUSE="systemd"
 
 RDEPEND="
        >=dev-cpp/glibmm-2.26:2
+       >=dev-cpp/gtkmm-3.8:3.0
        >=dev-libs/dbus-glib-0.70:0
        >=dev-libs/glib-2.36:2
        dev-libs/libsigc++:2
@@ -27,12 +28,9 @@ RDEPEND="
        >=sys-apps/dbus-0.7:0
        x11-libs/cairo:0
        x11-libs/gdk-pixbuf:2
+       >=x11-libs/gtk+-3.14:3
+       >=x11-libs/libwnck-3.0:3
        virtual/libintl:0
-       gtk3? (
-               >=dev-cpp/gtkmm-3.8:3.0
-               >=x11-libs/gtk+-3.14:3
-               >=x11-libs/libwnck-3.0:3
-       )
        systemd? ( sys-apps/systemd )"
 
 DEPEND="${RDEPEND}
@@ -44,6 +42,5 @@ DEPEND="${RDEPEND}
 
 src_configure() {
        mate_src_configure \
-               --with-gtk=$(usex gtk3 3.0 2.0) \
                $(use_enable systemd)
 }

Reply via email to