diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-04-11 16:35:35 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-04-11 16:35:35 +0000 |
| commit | 731189a4cf6319fbdc3e7f8beb7235bacde8c69b (patch) | |
| tree | 428ffdbb6f16c710cd9ffc6672d1e5ca73f838fc /dev-python/python-caja/python-caja-1.28.0.ebuild | |
| parent | 95a3feca3fe1a4e5ec431386c1d35802e9ef12db (diff) | |
| download | baldeagleos-repo-731189a4cf6319fbdc3e7f8beb7235bacde8c69b.tar.gz baldeagleos-repo-731189a4cf6319fbdc3e7f8beb7235bacde8c69b.tar.xz baldeagleos-repo-731189a4cf6319fbdc3e7f8beb7235bacde8c69b.zip | |
Adding metadata
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 |
