commit: 0490b37b7ba1df5f1cf45b4c4cbd1c8126d0116c
Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 14:55:56 2017 +0000
Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 14:55:56 2017 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=0490b37b
dev-python/python-caja: sync live ebuild
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/python-caja/python-caja-9999.ebuild | 9 ++++-----
1 file 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}"