xfce-base/xfce4-settings: Enable py3.12 & py3.13, fix shebang

Closes: https://bugs.gentoo.org/929265
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-05-28 16:26:39 +02:00
parent 32ac6b4504
commit 1f3535ce58
2 changed files with 9 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..13} )
inherit python-single-r1 xdg-utils
@@ -52,6 +52,11 @@ BDEPEND="
sys-devel/gettext
"
src_prepare() {
default
python_fix_shebang dialogs/mime-settings/helpers/xfce4-compose-mail
}
src_configure() {
local myconf=(
$(use_enable upower upower-glib)

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..13} )
inherit autotools python-single-r1 xdg-utils
@@ -66,6 +66,7 @@ BDEPEND="
src_prepare() {
default
eautomake
python_fix_shebang dialogs/mime-settings/helpers/xfce4-compose-mail
}
src_configure() {