Skip to content

Commit

Permalink
x11-wm/mutter: Fix dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Pacho Ramos <[email protected]>
  • Loading branch information
pacho2 committed Aug 9, 2024
1 parent fa55f6f commit da70df1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions x11-wm/mutter/mutter-46.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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

Expand Down Expand Up @@ -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?]
Expand All @@ -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
Expand Down

0 comments on commit da70df1

Please sign in to comment.