summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEttore Di Giacinto <mudler@gentoo.org>2017-03-16 15:55:56 +0100
committerEttore Di Giacinto <mudler@gentoo.org>2017-03-16 15:55:56 +0100
commit0490b37b7ba1df5f1cf45b4c4cbd1c8126d0116c (patch)
treeaf6cecd2a1c34f92586c3d49078a16c5031cf8da /dev-python
parentapp-editors/pluma: sync live ebuild with upstream (diff)
downloadgentoo-mate-0490b37b7ba1df5f1cf45b4c4cbd1c8126d0116c.tar.gz
gentoo-mate-0490b37b7ba1df5f1cf45b4c4cbd1c8126d0116c.tar.bz2
gentoo-mate-0490b37b7ba1df5f1cf45b4c4cbd1c8126d0116c.zip
dev-python/python-caja: sync live ebuild
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-caja/python-caja-9999.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-python/python-caja/python-caja-9999.ebuild b/dev-python/python-caja/python-caja-9999.ebuild
index b544804..f30cc7c 100644
--- a/dev-python/python-caja/python-caja-9999.ebuild
+++ b/dev-python/python-caja/python-caja-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
EAPI=6
@@ -16,14 +16,13 @@ DESCRIPTION="Python bindings for the Caja file manager"
LICENSE="GPL-2"
SLOT="0"
-IUSE="doc gtk3"
+IUSE="doc"
COMMON_DEPEND="${PYTHON_DEPS}
dev-libs/glib:2
dev-python/pygobject:3[${PYTHON_USEDEP}]
- >=mate-base/caja-1.8[gtk3(-)=,introspection]
- !gtk3? ( x11-libs/gtk+:2 )
- gtk3? ( x11-libs/gtk+:3 )"
+ >=mate-base/caja-1.17.1[introspection]
+ x11-libs/gtk+:3"
RDEPEND="${COMMON_DEPEND}"