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 4C249158091 for ; Fri, 3 Jun 2022 08:18:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93D98E085A; Fri, 3 Jun 2022 08:18:21 +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 76C35E085A for ; Fri, 3 Jun 2022 08:18:21 +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 90C6534205E for ; Fri, 3 Jun 2022 08:18:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30A0B326 for ; Fri, 3 Jun 2022 08:18:19 +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: <1654244285.f17edb0ba283dac0d2e65b0f9f5a2f34630d4a65.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.2-r1.ebuild media-gfx/inkscape/inkscape-1.2.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: f17edb0ba283dac0d2e65b0f9f5a2f34630d4a65 X-VCS-Branch: master Date: Fri, 3 Jun 2022 08:18:19 +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: 67f86df6-780d-48fe-a481-c3223adb384e X-Archives-Hash: 64b707e333c9837c00b2855b97d1a444 commit: f17edb0ba283dac0d2e65b0f9f5a2f34630d4a65 Author: Sam James gentoo org> AuthorDate: Fri Jun 3 08:18:05 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 3 08:18:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f17edb0b media-gfx/inkscape: add missing dev-python/cssselect dep Closes: https://bugs.gentoo.org/849353 Signed-off-by: Sam James gentoo.org> media-gfx/inkscape/{inkscape-1.2.ebuild => inkscape-1.2-r1.ebuild} | 1 + media-gfx/inkscape/inkscape-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-gfx/inkscape/inkscape-1.2.ebuild b/media-gfx/inkscape/inkscape-1.2-r1.ebuild similarity index 99% rename from media-gfx/inkscape/inkscape-1.2.ebuild rename to media-gfx/inkscape/inkscape-1.2-r1.ebuild index 05ed4ec9c216..3715ededf16d 100644 --- a/media-gfx/inkscape/inkscape-1.2.ebuild +++ b/media-gfx/inkscape/inkscape-1.2-r1.ebuild @@ -59,6 +59,7 @@ COMMON_DEPEND="${PYTHON_DEPS} x11-libs/gtk+:3[X?] X? ( x11-libs/libX11 ) $(python_gen_cond_dep ' + dev-python/cssselect[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] media-gfx/scour[${PYTHON_USEDEP}] ') diff --git a/media-gfx/inkscape/inkscape-9999.ebuild b/media-gfx/inkscape/inkscape-9999.ebuild index e9b78447bd43..71f4ce5d054a 100644 --- a/media-gfx/inkscape/inkscape-9999.ebuild +++ b/media-gfx/inkscape/inkscape-9999.ebuild @@ -60,6 +60,7 @@ COMMON_DEPEND="${PYTHON_DEPS} x11-libs/gtk+:3[X?] X? ( x11-libs/libX11 ) $(python_gen_cond_dep ' + dev-python/cssselect[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] media-gfx/scour[${PYTHON_USEDEP}] ')