From d6a4554c2be50b7f844ff7326775ff5fd05497af Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Mon, 11 Mar 2024 18:56:06 -0400 Subject: net-libs/syndication-domination: enable py3.12 Signed-off-by: Julien Roy --- net-libs/syndication-domination/syndication-domination-1.0.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'net-libs') diff --git a/net-libs/syndication-domination/syndication-domination-1.0.ebuild b/net-libs/syndication-domination/syndication-domination-1.0.ebuild index c2c3fdbc3..9c6ee2301 100644 --- a/net-libs/syndication-domination/syndication-domination-1.0.ebuild +++ b/net-libs/syndication-domination/syndication-domination-1.0.ebuild @@ -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 ) +PYTHON_COMPAT=( python3_{11..12} ) inherit meson python-single-r1 @@ -22,7 +22,7 @@ fi LICENSE="AGPL-3" SLOT="0" -IUSE="debug json-binary +python" +IUSE="json-binary +python" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) !python? ( json-binary ) @@ -43,11 +43,9 @@ RDEPEND=" ${DEPEND} python? ( ${PYTHON_DEPS} ) " -BDEPEND="" src_configure() { local emesonargs=( - --buildtype $(usex debug debug release) --prefix=/usr -DHTML_SUPPORT=true $(meson_use python PYTHON_BINDINGS) -- cgit v1.2.3-65-gdbad