diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-03-20 15:43:23 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-03-20 15:45:45 -0700 |
commit | 053f112b49de410f4811ff6ed4f17774b199d998 (patch) | |
tree | 27af90cebc99afe08b280473b1271404750c6769 /gnome-base | |
parent | net-wireless/gnome-bluetooth: Move to SLOT=3 (diff) | |
download | gentoo-053f112b49de410f4811ff6ed4f17774b199d998.tar.gz gentoo-053f112b49de410f4811ff6ed4f17774b199d998.tar.bz2 gentoo-053f112b49de410f4811ff6ed4f17774b199d998.zip |
gnome-base/gnome-shell: Depend on slotted gnome-bluetooth
Closes: https://bugs.gentoo.org/835698
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome-shell/gnome-shell-41.4-r1.ebuild (renamed from gnome-base/gnome-shell/gnome-shell-41.4.ebuild) | 2 | ||||
-rw-r--r-- | gnome-base/gnome-shell/gnome-shell-42.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnome-base/gnome-shell/gnome-shell-41.4.ebuild b/gnome-base/gnome-shell/gnome-shell-41.4-r1.ebuild index 1d1c98f736d5..a0a38c2b4fa2 100644 --- a/gnome-base/gnome-shell/gnome-shell-41.4.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-41.4-r1.ebuild @@ -34,7 +34,7 @@ DEPEND=" >=x11-libs/startup-notification-0.11 >=app-i18n/ibus-1.5.19 >=gnome-base/gnome-desktop-3.35.90:3=[introspection] - bluetooth? ( >=net-wireless/gnome-bluetooth-3.9[introspection] ) + bluetooth? ( >=net-wireless/gnome-bluetooth-3.9:2=[introspection] ) >=media-libs/gstreamer-0.11.92:1.0 media-libs/gst-plugins-base:1.0 >=media-video/pipewire-0.3.0:= diff --git a/gnome-base/gnome-shell/gnome-shell-42.0.ebuild b/gnome-base/gnome-shell/gnome-shell-42.0.ebuild index 002edd7d2f1e..db9135e544bf 100644 --- a/gnome-base/gnome-shell/gnome-shell-42.0.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-42.0.ebuild @@ -34,7 +34,7 @@ DEPEND=" >=x11-libs/startup-notification-0.11 >=app-i18n/ibus-1.5.19 >=gnome-base/gnome-desktop-3.35.90:3=[introspection] - bluetooth? ( >=net-wireless/gnome-bluetooth-3.9[introspection] ) + bluetooth? ( net-wireless/gnome-bluetooth:3=[introspection] ) >=media-libs/gstreamer-0.11.92:1.0 media-libs/gst-plugins-base:1.0 >=media-video/pipewire-0.3.0:= |