commit:     719cb89ca2d3d36b6407a49ed1bbb6241658ca8f
Author:     Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 12:07:13 2017 +0000
Commit:     Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 12:07:28 2017 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=719cb89c

mate-base/mate-desktop: sync live ebuild

* Drop gtk3 useflag
* Drop mpaste

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 mate-base/mate-desktop/mate-desktop-9999.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/mate-base/mate-desktop/mate-desktop-9999.ebuild 
b/mate-base/mate-desktop/mate-desktop-9999.ebuild
index 16df086..ff8a88e 100644
--- a/mate-base/mate-desktop/mate-desktop-9999.ebuild
+++ b/mate-base/mate-desktop/mate-desktop-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ DESCRIPTION="Libraries for the MATE desktop that are not part 
of the UI"
 LICENSE="GPL-2 FDL-1.1 LGPL-2"
 SLOT="0"
 
-IUSE="X debug gtk3 +introspection startup-notification"
+IUSE="X debug +introspection startup-notification"
 
 COMMON_DEPEND="
        >=dev-libs/glib-2.36:2
@@ -24,8 +24,7 @@ COMMON_DEPEND="
        x11-libs/libX11:0
        >=x11-libs/libXrandr-1.3:0
        virtual/libintl:0
-       !gtk3? ( >=x11-libs/gtk+-2.24:2[introspection?] )
-       gtk3? ( >=x11-libs/gtk+-3.0:3[introspection?] )
+       >=x11-libs/gtk+-3.0:3[introspection?]
        introspection? ( >=dev-libs/gobject-introspection-0.9.7:= )
        startup-notification? ( >=x11-libs/startup-notification-0.5:0 )"
 
@@ -43,9 +42,7 @@ DEPEND="${COMMON_DEPEND}
 
 src_configure() {
        mate_src_configure \
-               --disable-mpaste \
                --enable-mate-about \
-               --with-gtk=$(usex gtk3 3.0 2.0) \
                $(use_with X x) \
                $(use_enable debug) \
                $(use_enable introspection) \

Reply via email to