diff options
author | NP-Hardass <NP-Hardass@gentoo.org> | 2017-01-18 15:32:35 -0500 |
---|---|---|
committer | Ettore Di Giacinto <mudler@gentoo.org> | 2017-01-29 13:52:56 +0100 |
commit | 816f7c738f9a746d7f7421db72a9f4073a26eaa9 (patch) | |
tree | ecdb890421b1a0f21d76e4286100bf04eac7cfdd | |
parent | x11-misc/mozo: sync live ebuild (diff) | |
download | gentoo-mate-816f7c738f9a746d7f7421db72a9f4073a26eaa9.tar.gz gentoo-mate-816f7c738f9a746d7f7421db72a9f4073a26eaa9.tar.bz2 gentoo-mate-816f7c738f9a746d7f7421db72a9f4073a26eaa9.zip |
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
-rw-r--r-- | app-arch/engrampa/engrampa-1.16.0-r1.ebuild (renamed from app-arch/engrampa/engrampa-1.16.0.ebuild) | 4 |
1 files 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 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 ) |