From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6BF1139694 for ; Tue, 14 Mar 2017 12:10:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1427E0C13; Tue, 14 Mar 2017 12:10:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DCB6E0C13 for ; Tue, 14 Mar 2017 12:10:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68B2733E142 for ; Tue, 14 Mar 2017 12:10:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A129867D8 for ; Tue, 14 Mar 2017 12:10:08 +0000 (UTC) From: "Ettore Di Giacinto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ettore Di Giacinto" Message-ID: <1489493248.719cb89ca2d3d36b6407a49ed1bbb6241658ca8f.mudler@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:1.18-bump commit in: mate-base/mate-desktop/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: mate-base/mate-desktop/mate-desktop-9999.ebuild X-VCS-Directories: mate-base/mate-desktop/ X-VCS-Committer: mudler X-VCS-Committer-Name: Ettore Di Giacinto X-VCS-Revision: 719cb89ca2d3d36b6407a49ed1bbb6241658ca8f X-VCS-Branch: 1.18-bump Date: Tue, 14 Mar 2017 12:10:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e1d07eda-1e07-43e2-a264-99896913c649 X-Archives-Hash: 68e2a3bc676d081f94bfd8491faf0f38 commit: 719cb89ca2d3d36b6407a49ed1bbb6241658ca8f Author: Ettore Di Giacinto gentoo org> AuthorDate: Tue Mar 14 12:07:13 2017 +0000 Commit: Ettore Di Giacinto gentoo 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) \