net-libs/syndication-domination: Re-implement changes from previous commit

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy 2024-03-24 10:37:33 -04:00
parent 04a4e3d210
commit 846f5a8833
No known key found for this signature in database
GPG Key ID: BEF2297448848842
2 changed files with 4 additions and 6 deletions

View File

@ -1,9 +1,9 @@
# Copyright 2023 Gentoo Authors
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_11 python3_12 )
PYTHON_COMPAT=( python3_{11..12} )
inherit meson python-single-r1
@ -43,7 +43,6 @@ RDEPEND="
${DEPEND}
python? ( ${PYTHON_DEPS} )
"
BDEPEND=""
src_configure() {
EMESON_BUILDTYPE=$(usex debug debug release)

View File

@ -1,9 +1,9 @@
# Copyright 2023 Gentoo Authors
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_11 python3_12 )
PYTHON_COMPAT=( python3_{11..12} )
inherit meson python-single-r1
@ -43,7 +43,6 @@ RDEPEND="
${DEPEND}
python? ( ${PYTHON_DEPS} )
"
BDEPEND=""
src_configure() {
EMESON_BUILDTYPE=$(usex debug debug release)