mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
gui-apps/hiprompt-gtk-py: enable py3.13
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Copyright 2022-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_12 )
|
||||
PYTHON_COMPAT=( python3_{12..13} )
|
||||
inherit meson python-single-r1 xdg
|
||||
|
||||
if [[ "${PV}" == "9999" ]]
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_12 )
|
||||
PYTHON_COMPAT=( python3_{12..13} )
|
||||
inherit meson python-single-r1 xdg
|
||||
|
||||
if [[ "${PV}" == "9999" ]]
|
||||
|
||||
Reference in New Issue
Block a user