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 F029F138330 for ; Mon, 5 Sep 2016 05:31:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22EF5E0B0B; Mon, 5 Sep 2016 05:31:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1FFAA21C072 for ; Mon, 5 Sep 2016 05:31:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4C2E8340845 for ; Mon, 5 Sep 2016 05:31:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CAE92480 for ; Mon, 5 Sep 2016 05:30:56 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1473050446.b2efdb68dc6a2a3f8f23696c717137edf3a5fb67.np-hardass@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:1.14-bump commit in: app-arch/engrampa/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: app-arch/engrampa/engrampa-9999.ebuild X-VCS-Directories: app-arch/engrampa/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: b2efdb68dc6a2a3f8f23696c717137edf3a5fb67 X-VCS-Branch: 1.14-bump Date: Mon, 5 Sep 2016 05:30:56 +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: 2ae23369-3409-44ea-8294-42160a221987 X-Archives-Hash: 155b0e5a5a37fd80fabe64960f2b8828 Message-ID: <20160905053056.uyRwYg5_P9Fu1v0J78b5_MUaBXZHQRf3vMmN2KlaE5w@z> commit: b2efdb68dc6a2a3f8f23696c717137edf3a5fb67 Author: NP-Hardass gentoo org> AuthorDate: Mon Sep 5 04:40:46 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Mon Sep 5 04:40:46 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=b2efdb68 app-arch/engrampa: update 9999, force gtk3 Package-Manager: portage-2.3.0 app-arch/engrampa/engrampa-9999.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app-arch/engrampa/engrampa-9999.ebuild b/app-arch/engrampa/engrampa-9999.ebuild index 1da8430..309ac50 100644 --- a/app-arch/engrampa/engrampa-9999.ebuild +++ b/app-arch/engrampa/engrampa-9999.ebuild @@ -16,7 +16,7 @@ DESCRIPTION="Engrampa archive manager for MATE" LICENSE="GPL-2" SLOT="0" -IUSE="caja gtk3 magic packagekit" +IUSE="caja magic packagekit" COMMON_DEPEND=" >=dev-libs/glib-2.32.0:2 @@ -24,9 +24,8 @@ COMMON_DEPEND=" x11-libs/gdk-pixbuf:2 x11-libs/pango:0 virtual/libintl:0 - caja? ( >=mate-base/caja-1.8[gtk3(-)=] ) - !gtk3? ( >=x11-libs/gtk+-2.24.0:2 ) - gtk3? ( >=x11-libs/gtk+-3.0:3 ) + caja? ( >=mate-base/caja-1.12[gtk3(+)] ) + >=x11-libs/gtk+-3.14:3 magic? ( sys-apps/file ) packagekit? ( app-admin/packagekit-base ) !!app-arch/mate-file-archiver" @@ -43,7 +42,6 @@ src_configure() { mate_src_configure \ --disable-run-in-place \ --disable-deprecations \ - --with-gtk=$(usex gtk3 3.0 2.0) \ $(use_enable caja caja-actions) \ $(use_enable magic) \ $(use_enable packagekit)