mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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)
|
||||
@@ -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() {
|
||||
Reference in New Issue
Block a user