diff options
author | 2024-08-01 14:01:17 +0200 | |
---|---|---|
committer | 2024-08-01 15:07:44 +0200 | |
commit | ae4ecd8e5063437532b1e10df5288279495bd565 (patch) | |
tree | 008ec714210bdf57c602e7a8e71afbd77fb989de /games-util | |
parent | games-util/cartridges: bump to 2.9.3 (diff) | |
download | gentoo-ae4ecd8e5063437532b1e10df5288279495bd565.tar.gz gentoo-ae4ecd8e5063437532b1e10df5288279495bd565.tar.bz2 gentoo-ae4ecd8e5063437532b1e10df5288279495bd565.zip |
games-util/cartridges: sync live 9999 version
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/cartridges/cartridges-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-util/cartridges/cartridges-9999.ebuild b/games-util/cartridges/cartridges-9999.ebuild index b3d64b8e0edb..b5d046bbe404 100644 --- a/games-util/cartridges/cartridges-9999.ebuild +++ b/games-util/cartridges/cartridges-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit gnome2-utils python-single-r1 meson xdg @@ -28,8 +28,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} - >=gui-libs/libadwaita-1.5.1:1[introspection] - gui-libs/gtk:4[introspection] + >=gui-libs/gtk-4.14.4:4[introspection] + >=gui-libs/libadwaita-1.5.2:1[introspection] $(python_gen_cond_dep ' dev-python/pillow[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP}] |