diff options
author | 2022-10-24 16:51:47 +0100 | |
---|---|---|
committer | 2022-10-24 16:51:54 +0100 | |
commit | 72a1fbf3592c8ceee6f797e36fe474c2d251ee47 (patch) | |
tree | 36dc2589a9a4c6ceffca453bda64a3dec52d5827 /mate-extra/caja-dropbox | |
parent | sci-libs/openblas: update HOMEPAGE (diff) | |
download | gentoo-72a1fbf3592c8ceee6f797e36fe474c2d251ee47.tar.gz gentoo-72a1fbf3592c8ceee6f797e36fe474c2d251ee47.tar.bz2 gentoo-72a1fbf3592c8ceee6f797e36fe474c2d251ee47.zip |
mate-extra/caja-dropbox: fix Python dep
Thanks to josef64
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mate-extra/caja-dropbox')
-rw-r--r-- | mate-extra/caja-dropbox/caja-dropbox-1.26.0-r1.ebuild (renamed from mate-extra/caja-dropbox/caja-dropbox-1.26.0.ebuild) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mate-extra/caja-dropbox/caja-dropbox-1.26.0.ebuild b/mate-extra/caja-dropbox/caja-dropbox-1.26.0-r1.ebuild index c32506a04db2..1a25e3298ceb 100644 --- a/mate-extra/caja-dropbox/caja-dropbox-1.26.0.ebuild +++ b/mate-extra/caja-dropbox/caja-dropbox-1.26.0-r1.ebuild @@ -22,9 +22,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" COMMON_DEPEND="${PYTHON_DEPS} dev-libs/atk >=dev-libs/glib-2.50:2 - $(python_gen_cond_dep \ - dev-python/pygobject:3[${PYTHON_USEDEP}] - ) + $(python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]') >=mate-base/caja-1.19.1 mate-extra/caja-extensions media-libs/fontconfig:1.0 |