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 E757015807B for ; Wed, 13 Nov 2024 20:03:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB120E0827; Wed, 13 Nov 2024 20:03:35 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1640E0827 for ; Wed, 13 Nov 2024 20:03:35 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB056342FF5 for ; Wed, 13 Nov 2024 20:03:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D2E21DC3 for ; Wed, 13 Nov 2024 20:03:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1731528174.f1f73163b66057f2ece8b35014b39c85640041a9.sam@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.4-r1.ebuild media-gfx/inkscape/inkscape-9999.ebuild X-VCS-Directories: media-gfx/inkscape/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f1f73163b66057f2ece8b35014b39c85640041a9 X-VCS-Branch: master Date: Wed, 13 Nov 2024 20:03:33 +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: 371ae9bd-4d4c-4752-834d-dfdc3569ac7c X-Archives-Hash: 4d79c8945b774f66f805adf82c418a9e commit: f1f73163b66057f2ece8b35014b39c85640041a9 Author: Sam James gentoo org> AuthorDate: Wed Nov 13 20:02:54 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 13 20:02:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f73163 media-gfx/inkscape: add note wrt release notes Bug: https://bugs.gentoo.org/942828 Signed-off-by: Sam James gentoo.org> media-gfx/inkscape/inkscape-1.4-r1.ebuild | 3 +++ media-gfx/inkscape/inkscape-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/media-gfx/inkscape/inkscape-1.4-r1.ebuild b/media-gfx/inkscape/inkscape-1.4-r1.ebuild index b5aaaa12c6fe..bef2104ba139 100644 --- a/media-gfx/inkscape/inkscape-1.4-r1.ebuild +++ b/media-gfx/inkscape/inkscape-1.4-r1.ebuild @@ -3,6 +3,9 @@ EAPI=8 +# Remember to check the release notes for a 'Important Changes for Packagers' +# section, e.g. https://inkscape.org/doc/release_notes/1.4/Inkscape_1.4.html#Important_Changes_for_Packagers. + PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="xml(+)" diff --git a/media-gfx/inkscape/inkscape-9999.ebuild b/media-gfx/inkscape/inkscape-9999.ebuild index d2cb3625c46c..5e601916d853 100644 --- a/media-gfx/inkscape/inkscape-9999.ebuild +++ b/media-gfx/inkscape/inkscape-9999.ebuild @@ -3,6 +3,9 @@ EAPI=8 +# Remember to check the release notes for a 'Important Changes for Packagers' +# section, e.g. https://inkscape.org/doc/release_notes/1.4/Inkscape_1.4.html#Important_Changes_for_Packagers. + PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="xml(+)"