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 5DAC1139694 for ; Wed, 15 Mar 2017 14:02:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92315E0CB4; Wed, 15 Mar 2017 14:02:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7319AE0CB4 for ; Wed, 15 Mar 2017 14:02:43 +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 5B480340E75 for ; Wed, 15 Mar 2017 14:02:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24883691C for ; Wed, 15 Mar 2017 14:02:41 +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: <1489586342.acfef3359d91d53bfec418c5f2bab2217620667f.mudler@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:1.18-bump commit in: x11-wm/marco/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: x11-wm/marco/marco-9999.ebuild X-VCS-Directories: x11-wm/marco/ X-VCS-Committer: mudler X-VCS-Committer-Name: Ettore Di Giacinto X-VCS-Revision: acfef3359d91d53bfec418c5f2bab2217620667f X-VCS-Branch: 1.18-bump Date: Wed, 15 Mar 2017 14:02:41 +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: 45e4d9c9-4064-4c20-9a6e-c829277497f0 X-Archives-Hash: 26324f69eeacf8602b405261d1434108 commit: acfef3359d91d53bfec418c5f2bab2217620667f Author: Ettore Di Giacinto gentoo org> AuthorDate: Wed Mar 15 13:59:02 2017 +0000 Commit: Ettore Di Giacinto gentoo org> CommitDate: Wed Mar 15 13:59:02 2017 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=acfef335 x11-wm/marco: sync live ebuild * Drop gtk3 useflag * Require new version of mate-desktop runtime Package-Manager: Portage-2.3.3, Repoman-2.3.1 x11-wm/marco/marco-9999.ebuild | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/x11-wm/marco/marco-9999.ebuild b/x11-wm/marco/marco-9999.ebuild index 5cdf56c..c662c1e 100644 --- a/x11-wm/marco/marco-9999.ebuild +++ b/x11-wm/marco/marco-9999.ebuild @@ -15,15 +15,17 @@ DESCRIPTION="MATE default window manager" LICENSE="GPL-2" SLOT="0" -IUSE="gtk3 startup-notification test xinerama" +IUSE="startup-notification test xinerama" COMMON_DEPEND=" dev-libs/atk:0 >=dev-libs/glib-2.32.10:2 >=gnome-base/libgtop-2:2= + media-libs/libcanberra:0[gtk3] x11-libs/cairo:0 >=x11-libs/pango-1.2:0[X] x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-3.0:3 x11-libs/libICE:0 x11-libs/libSM:0 x11-libs/libX11:0 @@ -36,21 +38,12 @@ COMMON_DEPEND=" x11-libs/libXrender:0 >=x11-libs/startup-notification-0.7:0 virtual/libintl:0 - !gtk3? ( - media-libs/libcanberra:0[gtk] - >=x11-libs/gtk+-2.24:2 - ) - gtk3? ( - media-libs/libcanberra:0[gtk3] - >=x11-libs/gtk+-3.0:3 - ) xinerama? ( x11-libs/libXinerama:0 ) !!x11-wm/mate-window-manager" RDEPEND="${COMMON_DEPEND} gnome-extra/zenity:0 - >=mate-base/mate-desktop-1.9[gtk3(-)=] -" + >=mate-base/mate-desktop-1.17.0" DEPEND="${COMMON_DEPEND} app-text/yelp-tools:0 @@ -69,7 +62,6 @@ src_configure() { --enable-shape \ --enable-sm \ --enable-xsync \ - --with-gtk=$(usex gtk3 3.0 2.0) \ $(use_enable startup-notification) \ $(use_enable xinerama) }