Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: app-arch/engrampa/
Date: Sun, 05 Feb 2017 18:07:53
Message-Id: 1486317952.61b02b86a41c93e836ee294fa23ff32663052b2d.np-hardass@gentoo
1 commit: 61b02b86a41c93e836ee294fa23ff32663052b2d
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 18 20:32:35 2017 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 18:05:52 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=61b02b86
7
8 app-arch/engrampa: Drop dep on gtk3 for caja
9
10 As per https://github.com/mate-desktop/engrampa/pull/140, gtk3 selection
11 not necessary in engrampa, and is automagically selected based on what caja
12 has selected. Handle gtk3 only in caja rather than in engrampa
13
14 Package-Manager: portage-2.3.0
15
16 app-arch/engrampa/engrampa-9999.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/app-arch/engrampa/engrampa-9999.ebuild b/app-arch/engrampa/engrampa-9999.ebuild
20 index 2e1da1b..dd3c180 100644
21 --- a/app-arch/engrampa/engrampa-9999.ebuild
22 +++ b/app-arch/engrampa/engrampa-9999.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -24,7 +24,7 @@ COMMON_DEPEND="
30 x11-libs/gdk-pixbuf:2
31 x11-libs/pango:0
32 virtual/libintl:0
33 - caja? ( >=mate-base/caja-1.12[gtk3(+)] )
34 + caja? ( >=mate-base/caja-1.1.0 )
35 >=x11-libs/gtk+-3.14:3
36 magic? ( sys-apps/file )
37 packagekit? ( app-admin/packagekit-base )