commit: b2efdb68dc6a2a3f8f23696c717137edf3a5fb67
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 5 04:40:46 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> 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)