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 8FD42158042 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 B7BD3E0815; 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 9CCEEE0815 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 A4AA4342FF3 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 089F61D23 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: <1731528118.93ab3be0431790c058dfa234fec55fb6ce520f22.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-1.4.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: 93ab3be0431790c058dfa234fec55fb6ce520f22 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: 601924b7-bb9d-48ca-878c-1d1f3f291c55 X-Archives-Hash: 2098a6a4853afeef77e77f61ad3ec96e commit: 93ab3be0431790c058dfa234fec55fb6ce520f22 Author: Sam James gentoo org> AuthorDate: Wed Nov 13 20:01:56 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 13 20:01:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ab3be0 media-gfx/inkscape: depend on tinycss2 See https://inkscape.org/doc/release_notes/1.4/Inkscape_1.4.html#Important_Changes_for_Packagers. Closes: https://bugs.gentoo.org/942828 Signed-off-by: Sam James gentoo.org> media-gfx/inkscape/{inkscape-1.4.ebuild => inkscape-1.4-r1.ebuild} | 1 + media-gfx/inkscape/inkscape-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-gfx/inkscape/inkscape-1.4.ebuild b/media-gfx/inkscape/inkscape-1.4-r1.ebuild similarity index 99% rename from media-gfx/inkscape/inkscape-1.4.ebuild rename to media-gfx/inkscape/inkscape-1.4-r1.ebuild index 33c9e981ae53..b5aaaa12c6fe 100644 --- a/media-gfx/inkscape/inkscape-1.4.ebuild +++ b/media-gfx/inkscape/inkscape-1.4-r1.ebuild @@ -67,6 +67,7 @@ COMMON_DEPEND="${PYTHON_DEPS} dev-python/lockfile[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/pillow[jpeg?,tiff,webp,${PYTHON_USEDEP}] + dev-python/tinycss2[${PYTHON_USEDEP}] media-gfx/scour[${PYTHON_USEDEP}] ') cdr? ( diff --git a/media-gfx/inkscape/inkscape-9999.ebuild b/media-gfx/inkscape/inkscape-9999.ebuild index 57b9aef00a3d..d2cb3625c46c 100644 --- a/media-gfx/inkscape/inkscape-9999.ebuild +++ b/media-gfx/inkscape/inkscape-9999.ebuild @@ -67,6 +67,7 @@ COMMON_DEPEND="${PYTHON_DEPS} dev-python/lockfile[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/pillow[jpeg?,tiff,webp,${PYTHON_USEDEP}] + dev-python/tinycss2[${PYTHON_USEDEP}] media-gfx/scour[${PYTHON_USEDEP}] ') cdr? (