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 1044A139085 for ; Wed, 18 Jan 2017 20:39:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36964E0D72; Wed, 18 Jan 2017 20:39:06 +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 10035E0D72 for ; Wed, 18 Jan 2017 20:39:05 +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 C7B4834108B for ; Wed, 18 Jan 2017 20:39:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 087C22776 for ; Wed, 18 Jan 2017 20:39:02 +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: <1484771892.7f56e5fecdd2d8a32b9e6afc82ebf13db979a555.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/engrampa/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/engrampa/engrampa-1.16.0-r1.ebuild app-arch/engrampa/engrampa-1.16.0.ebuild X-VCS-Directories: app-arch/engrampa/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 7f56e5fecdd2d8a32b9e6afc82ebf13db979a555 X-VCS-Branch: master Date: Wed, 18 Jan 2017 20:39:02 +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: f01752b5-102c-424a-ade2-8955ba6cde11 X-Archives-Hash: c8b82501045b28b53c053e85da85e25e commit: 7f56e5fecdd2d8a32b9e6afc82ebf13db979a555 Author: NP-Hardass gentoo org> AuthorDate: Wed Jan 18 20:32:35 2017 +0000 Commit: NP Hardass gentoo org> CommitDate: Wed Jan 18 20:38:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f56e5fe app-arch/engrampa: Drop dep on gtk3 for caja As per https://github.com/mate-desktop/engrampa/pull/140, gtk3 selection not necessary in engrampa, and is automagically selected based on what caja has selected. Handle gtk3 only in caja rather than in engrampa Package-Manager: portage-2.3.0 .../engrampa/{engrampa-1.16.0.ebuild => engrampa-1.16.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/engrampa/engrampa-1.16.0.ebuild b/app-arch/engrampa/engrampa-1.16.0-r1.ebuild similarity index 95% rename from app-arch/engrampa/engrampa-1.16.0.ebuild rename to app-arch/engrampa/engrampa-1.16.0-r1.ebuild index 2e1da1b..dd3c180 100644 --- a/app-arch/engrampa/engrampa-1.16.0.ebuild +++ b/app-arch/engrampa/engrampa-1.16.0-r1.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 # $Id$ @@ -24,7 +24,7 @@ COMMON_DEPEND=" x11-libs/gdk-pixbuf:2 x11-libs/pango:0 virtual/libintl:0 - caja? ( >=mate-base/caja-1.12[gtk3(+)] ) + caja? ( >=mate-base/caja-1.1.0 ) >=x11-libs/gtk+-3.14:3 magic? ( sys-apps/file ) packagekit? ( app-admin/packagekit-base )