diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-08-09 13:15:14 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-08-09 14:04:08 +0200 |
commit | 6eb8f8bb2478c00c6761dc649f4ec0e0bb3a01c5 (patch) | |
tree | b35f793cec28861d3329ece0b8f6986ce311587b | |
parent | x11-wm/mutter: Fix dependencies (diff) | |
download | gentoo-6eb8f8bb2478c00c6761dc649f4ec0e0bb3a01c5.tar.gz gentoo-6eb8f8bb2478c00c6761dc649f4ec0e0bb3a01c5.tar.bz2 gentoo-6eb8f8bb2478c00c6761dc649f4ec0e0bb3a01c5.zip |
gnome-base/gnome-shell: Fix dependencies
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r-- | gnome-base/gnome-shell/gnome-shell-46.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnome-base/gnome-shell/gnome-shell-46.4.ebuild b/gnome-base/gnome-shell/gnome-shell-46.4.ebuild index 35ae319f91d6..23b0f05ea7a1 100644 --- a/gnome-base/gnome-shell/gnome-shell-46.4.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-46.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit gnome.org gnome2-utils meson optfeature python-single-r1 virtualx xdg @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell https://gitlab.gnome.org/GN LICENSE="GPL-2+ LGPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" IUSE="elogind gtk-doc +ibus +networkmanager pipewire systemd test" REQUIRED_USE="${PYTHON_REQUIRED_USE} @@ -22,13 +22,13 @@ RESTRICT="!test? ( test )" DEPEND=" >=gnome-extra/evolution-data-server-3.46.0:= >=app-crypt/gcr-3.90.0:4=[introspection] - >=dev-libs/glib-2.68:2 + >=dev-libs/glib-2.79.2:2 >=dev-libs/gobject-introspection-1.49.1:= >=dev-libs/gjs-1.73.1[cairo] >=gui-libs/gtk-4:4[introspection] >=x11-wm/mutter-46.0:0/14[introspection,test?] >=sys-auth/polkit-0.120_p20220509[introspection] - >=gnome-base/gsettings-desktop-schemas-42_beta[introspection] + >=gnome-base/gsettings-desktop-schemas-46_beta[introspection] >=app-i18n/ibus-1.5.19 >=gnome-base/gnome-desktop-40.0:4= networkmanager? ( |