diff options
author | 2023-10-30 00:17:11 +0200 | |
---|---|---|
committer | 2023-10-30 00:17:11 +0200 | |
commit | f1689f39c7bc6245f7f4fc8083d41bc82f4621d9 (patch) | |
tree | c53354621506e0a6db5985cfc17754857043ec55 /media-gfx | |
parent | media-gfx/entangle: Explicitly depend on libpeas SLOT=0 (diff) | |
download | gentoo-f1689f39c7bc6245f7f4fc8083d41bc82f4621d9.tar.gz gentoo-f1689f39c7bc6245f7f4fc8083d41bc82f4621d9.tar.bz2 gentoo-f1689f39c7bc6245f7f4fc8083d41bc82f4621d9.zip |
media-gfx/eog-plugins: Explicitly depend on libpeas SLOT=0
Another libpeas SLOT is coming.
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/eog-plugins/eog-plugins-44.0-r2.ebuild (renamed from media-gfx/eog-plugins/eog-plugins-44.0-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/eog-plugins/eog-plugins-44.0-r1.ebuild b/media-gfx/eog-plugins/eog-plugins-44.0-r2.ebuild index c61393ae7774..a328d90eaa24 100644 --- a/media-gfx/eog-plugins/eog-plugins-44.0-r1.ebuild +++ b/media-gfx/eog-plugins/eog-plugins-44.0-r2.ebuild @@ -22,7 +22,7 @@ REQUIRED_USE=" RDEPEND=" >=dev-libs/glib-2.53.4:2 - >=dev-libs/libpeas-1.14.1 + >=dev-libs/libpeas-1.14.1:0 >=media-gfx/eog-41.0:1 exif? ( >=media-libs/libexif-0.6.16 ) map? ( @@ -33,7 +33,7 @@ RDEPEND=" python? ( ${PYTHON_DEPS} dev-libs/glib[dbus] - dev-libs/libpeas:=[gtk,python,${PYTHON_SINGLE_USEDEP}] + dev-libs/libpeas:0[gtk,python,${PYTHON_SINGLE_USEDEP}] $(python_gen_cond_dep ' dev-python/pygobject:3[${PYTHON_USEDEP}] ') |