From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 00DBD15812D for ; Thu, 02 Jan 2025 15:20:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59530E085E; Thu, 02 Jan 2025 15:20:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D6FCE085E for ; Thu, 02 Jan 2025 15:20:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B5B533BF60 for ; Thu, 02 Jan 2025 15:20:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93B3219A5 for ; Thu, 02 Jan 2025 15:20:48 +0000 (UTC) From: "Nowa Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nowa Ammerlaan" Message-ID: <1735831206.02d3a45016af410ffa79222204222c20008043ed.nowa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/libredwg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/libredwg/libredwg-0.13.3.ebuild X-VCS-Directories: media-gfx/libredwg/ X-VCS-Committer: nowa X-VCS-Committer-Name: Nowa Ammerlaan X-VCS-Revision: 02d3a45016af410ffa79222204222c20008043ed X-VCS-Branch: master Date: Thu, 02 Jan 2025 15:20:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b91d93dd-fc3b-475d-8426-b0c923c8a72b X-Archives-Hash: 39742a7fd3388ad69d58b53e36c89843 commit: 02d3a45016af410ffa79222204222c20008043ed Author: Nowa Ammerlaan gentoo org> AuthorDate: Thu Jan 2 15:19:12 2025 +0000 Commit: Nowa Ammerlaan gentoo org> CommitDate: Thu Jan 2 15:20:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d3a450 media-gfx/libredwg: enable py3.13 Signed-off-by: Nowa Ammerlaan gentoo.org> media-gfx/libredwg/libredwg-0.13.3.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-gfx/libredwg/libredwg-0.13.3.ebuild b/media-gfx/libredwg/libredwg-0.13.3.ebuild index a1827a8c7b45..1f179a250623 100644 --- a/media-gfx/libredwg/libredwg-0.13.3.ebuild +++ b/media-gfx/libredwg/libredwg-0.13.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DOCS_BUILDER="doxygen" # File is hardcoded to be run from ../ so we use this instead of DOCS_DIR DOCS_CONFIG_NAME="doc/Doxyfile" @@ -23,12 +23,12 @@ LICENSE="GPL-3+ MIT" SLOT="0" KEYWORDS="~amd64" -# https://github.com/LibreDWG/libredwg/issues/342 -RESTRICT="test" - IUSE="debug python perl static-libs" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" +# https://github.com/LibreDWG/libredwg/issues/342 +RESTRICT="test" + RDEPEND=" python? ( ${PYTHON_DEPS} ) perl? ( dev-lang/perl )