diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-04-07 21:36:42 +0100 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-09 20:28:48 +0300 |
commit | a58b3ee7ce8b510d92c2575814745f7233992312 (patch) | |
tree | 1190cafad1281f7dfa31c9d9edeef72e55573938 /dev-python/python-caja | |
parent | x11-misc/mate-notification-daemon: ebuild clean up (diff) | |
download | gentoo-a58b3ee7ce8b510d92c2575814745f7233992312.tar.gz gentoo-a58b3ee7ce8b510d92c2575814745f7233992312.tar.bz2 gentoo-a58b3ee7ce8b510d92c2575814745f7233992312.zip |
dev-python/python-caja: ebuild cleanup
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/python-caja')
-rw-r--r-- | dev-python/python-caja/python-caja-1.28.0.ebuild | 7 |
1 files changed, 2 insertions, 5 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 55a2fd9fd6a0..d4a7cee678a9 100644 --- a/dev-python/python-caja/python-caja-1.28.0.ebuild +++ b/dev-python/python-caja/python-caja-1.28.0.ebuild @@ -19,16 +19,13 @@ 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 |