diff options
Diffstat (limited to 'dev-python/python-caja/python-caja-1.28.0.ebuild')
| -rw-r--r-- | dev-python/python-caja/python-caja-1.28.0.ebuild | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/dev-python/python-caja/python-caja-1.28.0.ebuild b/dev-python/python-caja/python-caja-1.28.0.ebuild index 165e8bd9400b..0a3e5089f49b 100644 --- a/dev-python/python-caja/python-caja-1.28.0.ebuild +++ b/dev-python/python-caja/python-caja-1.28.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 MATE_LA_PUNT="yes" @@ -16,21 +16,16 @@ fi DESCRIPTION="Python bindings for the Caja file manager" LICENSE="GPL-2+" SLOT="0" - IUSE="doc" - REQUIRED_USE=${PYTHON_REQUIRED_USE} -COMMON_DEPEND="${PYTHON_DEPS} +RDEPEND="${PYTHON_DEPS} >=dev-libs/glib-2.50:2 $( python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]' ) >=mate-base/caja-1.17.1[introspection] >=x11-libs/gtk+-3.22:3 " - -RDEPEND="${COMMON_DEPEND}" - -BDEPEND="${COMMON_DEPEND} +BDEPEND="${RDEPEND} dev-util/gtk-doc dev-build/gtk-doc-am >=sys-devel/gettext-0.19.8 |
