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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 806AE158044 for ; Mon, 15 Apr 2024 15:24:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3EF5E29E6; Mon, 15 Apr 2024 15:24:03 +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 A6C9EE29E6 for ; Mon, 15 Apr 2024 15:24:03 +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 BA52C3433F2 for ; Mon, 15 Apr 2024 15:24:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5210716E8 for ; Mon, 15 Apr 2024 15:24:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1713194635.d2915722cd8b6b83b9222966bb9ec1a4ee956c20.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/inkscape/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/inkscape/inkscape-1.3.2-r1.ebuild media-gfx/inkscape/inkscape-9999.ebuild X-VCS-Directories: media-gfx/inkscape/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d2915722cd8b6b83b9222966bb9ec1a4ee956c20 X-VCS-Branch: master Date: Mon, 15 Apr 2024 15:24:01 +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: 293dec58-4828-46e4-a5fb-a3c12bd16473 X-Archives-Hash: 0d074a4d65c64db66dbb761d04ed7f93 commit: d2915722cd8b6b83b9222966bb9ec1a4ee956c20 Author: Michał Górny gentoo org> AuthorDate: Mon Apr 15 15:18:14 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Apr 15 15:23:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2915722 media-gfx/inkscape: Enable py3.12 Signed-off-by: Michał Górny gentoo.org> media-gfx/inkscape/inkscape-1.3.2-r1.ebuild | 5 +++-- media-gfx/inkscape/inkscape-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/media-gfx/inkscape/inkscape-1.3.2-r1.ebuild b/media-gfx/inkscape/inkscape-1.3.2-r1.ebuild index f712f2ccc29f..305c099e01eb 100644 --- a/media-gfx/inkscape/inkscape-1.3.2-r1.ebuild +++ b/media-gfx/inkscape/inkscape-1.3.2-r1.ebuild @@ -3,11 +3,12 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="xml(+)" -MY_P="${P/_/}" + inherit cmake flag-o-matic xdg toolchain-funcs python-single-r1 +MY_P="${P/_/}" DESCRIPTION="SVG based generic vector-drawing program" HOMEPAGE="https://inkscape.org/ https://gitlab.com/inkscape/inkscape/" diff --git a/media-gfx/inkscape/inkscape-9999.ebuild b/media-gfx/inkscape/inkscape-9999.ebuild index 491557c237fc..94b4d2fb3a70 100644 --- a/media-gfx/inkscape/inkscape-9999.ebuild +++ b/media-gfx/inkscape/inkscape-9999.ebuild @@ -3,11 +3,12 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="xml(+)" -MY_P="${P/_/}" + inherit cmake flag-o-matic xdg toolchain-funcs python-single-r1 +MY_P="${P/_/}" DESCRIPTION="SVG based generic vector-drawing program" HOMEPAGE="https://inkscape.org/ https://gitlab.com/inkscape/inkscape/"