diff options
author | NP-Hardass <NP-Hardass@gentoo.org> | 2017-01-18 15:32:35 -0500 |
---|---|---|
committer | NP-Hardass <NP-Hardass@gentoo.org> | 2017-02-05 13:05:52 -0500 |
commit | 61b02b86a41c93e836ee294fa23ff32663052b2d (patch) | |
tree | 293c062c8964715f08254e8744c3060f0ee14d62 /app-arch | |
parent | app-arch/engrampa: Drop dep on gtk3 for caja (diff) | |
download | gentoo-mate-61b02b86a41c93e836ee294fa23ff32663052b2d.tar.gz gentoo-mate-61b02b86a41c93e836ee294fa23ff32663052b2d.tar.bz2 gentoo-mate-61b02b86a41c93e836ee294fa23ff32663052b2d.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
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/engrampa/engrampa-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/engrampa/engrampa-9999.ebuild b/app-arch/engrampa/engrampa-9999.ebuild index 2e1da1b..dd3c180 100644 --- a/app-arch/engrampa/engrampa-9999.ebuild +++ b/app-arch/engrampa/engrampa-9999.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 ) |