commit:     02d3a45016af410ffa79222204222c20008043ed
Author:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  2 15:19:12 2025 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> 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 <nowa <AT> 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 )

Reply via email to