diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-08-09 13:12:05 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-08-09 14:04:08 +0200 |
commit | da70df19289f181e61ba9f340d004293d53f4570 (patch) | |
tree | c2ee00518342c244828b24bb67ee589e5498927a /x11-wm | |
parent | gnome-extra/gnome-shell-extensions: update HOMEPAGE (diff) | |
download | gentoo-da70df19289f181e61ba9f340d004293d53f4570.tar.gz gentoo-da70df19289f181e61ba9f340d004293d53f4570.tar.bz2 gentoo-da70df19289f181e61ba9f340d004293d53f4570.zip |
x11-wm/mutter: Fix dependencies
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/mutter/mutter-46.4.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-wm/mutter/mutter-46.4.ebuild b/x11-wm/mutter/mutter-46.4.ebuild index a026178b18d6..69fca7491985 100644 --- a/x11-wm/mutter/mutter-46.4.ebuild +++ b/x11-wm/mutter/mutter-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 python-any-r1 udev xdg DESCRIPTION="GNOME compositing window manager based on Clutter" @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then SRC_URI="" SLOT="0/14" # This can get easily out of date, but better than 9967 else - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" SLOT="0/$(($(ver_cut 1) - 32))" # 0/libmutter_api_version - ONLY gnome-shell (or anything using mutter-clutter-<api_version>.pc) should use the subslot fi @@ -44,7 +44,6 @@ DEPEND=" >=gnome-base/gsettings-desktop-schemas-42.0[introspection?] >=dev-libs/glib-2.75.1:2 gnome-base/gnome-settings-daemon - >=dev-libs/json-glib-0.12.0[introspection?] >=x11-libs/libxkbcommon-0.4.3 x11-libs/libICE >=app-accessibility/at-spi2-core-2.46:2[introspection?] @@ -61,7 +60,7 @@ DEPEND=" media-libs/libglvnd[X] wayland? ( - >=dev-libs/wayland-protocols-1.32 + >=dev-libs/wayland-protocols-1.33 >=dev-libs/wayland-1.22.0 >=x11-libs/libdrm-2.4.118 |