diff options
author | Sam James <sam@gentoo.org> | 2022-10-14 21:30:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-14 21:31:08 +0100 |
commit | f51df08c656a51a72831252a0233370f145b9891 (patch) | |
tree | e40bafbbdc5779b7cf17cc1481fa16825c352918 /gnome-base/gnome-shell | |
parent | dev-util/pkgdev: (live) sync keywords (diff) | |
download | gentoo-f51df08c656a51a72831252a0233370f145b9891.tar.gz gentoo-f51df08c656a51a72831252a0233370f145b9891.tar.bz2 gentoo-f51df08c656a51a72831252a0233370f145b9891.zip |
gnome-base/gnome-shell: drop xdg-desktop-portal-gtk dep to workaround Portage bug
Bug: https://bugs.gentoo.org/877159
Bug: https://bugs.gentoo.org/872227
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gnome-base/gnome-shell')
-rw-r--r-- | gnome-base/gnome-shell/gnome-shell-42.4-r4.ebuild (renamed from gnome-base/gnome-shell/gnome-shell-42.4-r3.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/gnome-shell/gnome-shell-42.4-r3.ebuild b/gnome-base/gnome-shell/gnome-shell-42.4-r4.ebuild index 98679dac2b62..69c46d9d3274 100644 --- a/gnome-base/gnome-shell/gnome-shell-42.4-r3.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-42.4-r4.ebuild @@ -88,7 +88,7 @@ DEPEND=" # 7. IBus is needed for nls integration # 8. Optional telepathy chat integration # 9. Cantarell font used in gnome-shell global CSS (if removing this for some reason, make sure it's pulled in somehow for non-meta users still too) -# 10. xdg-desktop-portal-gtk for various integration, e.g. #764632 +# 10. xdg-desktop-portal-gnome for various integration, e.g. #764632 # 11. TODO: semi-optional webkit-gtk[introspection] for captive portal helper # <libgweather-4.2.0 because of libsoup:3 transition RDEPEND="${DEPEND} @@ -121,7 +121,7 @@ RDEPEND="${DEPEND} ) media-fonts/cantarell - || ( sys-apps/xdg-desktop-portal-gnome <sys-apps/xdg-desktop-portal-gtk-1.14.0 ) + sys-apps/xdg-desktop-portal-gnome " # avoid circular dependency, see bug #546134 PDEPEND=" |