Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:1.14-bump commit in: app-arch/engrampa/
Date: Mon, 05 Sep 2016 05:31:05
Message-Id: 1473050446.b2efdb68dc6a2a3f8f23696c717137edf3a5fb67.np-hardass@gentoo
1 commit: b2efdb68dc6a2a3f8f23696c717137edf3a5fb67
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 04:40:46 2016 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 04:40:46 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=b2efdb68
7
8 app-arch/engrampa: update 9999, force gtk3
9
10 Package-Manager: portage-2.3.0
11
12 app-arch/engrampa/engrampa-9999.ebuild | 8 +++-----
13 1 file changed, 3 insertions(+), 5 deletions(-)
14
15 diff --git a/app-arch/engrampa/engrampa-9999.ebuild b/app-arch/engrampa/engrampa-9999.ebuild
16 index 1da8430..309ac50 100644
17 --- a/app-arch/engrampa/engrampa-9999.ebuild
18 +++ b/app-arch/engrampa/engrampa-9999.ebuild
19 @@ -16,7 +16,7 @@ DESCRIPTION="Engrampa archive manager for MATE"
20 LICENSE="GPL-2"
21 SLOT="0"
22
23 -IUSE="caja gtk3 magic packagekit"
24 +IUSE="caja magic packagekit"
25
26 COMMON_DEPEND="
27 >=dev-libs/glib-2.32.0:2
28 @@ -24,9 +24,8 @@ COMMON_DEPEND="
29 x11-libs/gdk-pixbuf:2
30 x11-libs/pango:0
31 virtual/libintl:0
32 - caja? ( >=mate-base/caja-1.8[gtk3(-)=] )
33 - !gtk3? ( >=x11-libs/gtk+-2.24.0:2 )
34 - gtk3? ( >=x11-libs/gtk+-3.0:3 )
35 + caja? ( >=mate-base/caja-1.12[gtk3(+)] )
36 + >=x11-libs/gtk+-3.14:3
37 magic? ( sys-apps/file )
38 packagekit? ( app-admin/packagekit-base )
39 !!app-arch/mate-file-archiver"
40 @@ -43,7 +42,6 @@ src_configure() {
41 mate_src_configure \
42 --disable-run-in-place \
43 --disable-deprecations \
44 - --with-gtk=$(usex gtk3 3.0 2.0) \
45 $(use_enable caja caja-actions) \
46 $(use_enable magic) \
47 $(use_enable packagekit)