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 C9483158649 for ; Sat, 13 May 2023 03:54:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9A9FE08E5; Sat, 13 May 2023 03:54:13 +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 AF069E08E5 for ; Sat, 13 May 2023 03:54:13 +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 86A88340E1E for ; Sat, 13 May 2023 03:54:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F23E3990 for ; Sat, 13 May 2023 03:54:10 +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: <1683950016.c4cfa22bd0a79ff0fe88ae7e44f2d774e71184b4.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.2-r3.ebuild media-gfx/inkscape/inkscape-1.2.2-r4.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: c4cfa22bd0a79ff0fe88ae7e44f2d774e71184b4 X-VCS-Branch: master Date: Sat, 13 May 2023 03:54:10 +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: d05a8d58-c31a-4fb9-9afb-bf8d5839b932 X-Archives-Hash: 5099cf73987b40834d3185af3093f05e commit: c4cfa22bd0a79ff0fe88ae7e44f2d774e71184b4 Author: Sam James gentoo org> AuthorDate: Sat May 13 03:53:36 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 13 03:53:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4cfa22b media-gfx/inkscape: add appdirs dep for extension store Closes: https://bugs.gentoo.org/906240 Signed-off-by: Sam James gentoo.org> .../inkscape/{inkscape-1.2.2-r3.ebuild => inkscape-1.2.2-r4.ebuild} | 1 + media-gfx/inkscape/inkscape-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-gfx/inkscape/inkscape-1.2.2-r3.ebuild b/media-gfx/inkscape/inkscape-1.2.2-r4.ebuild similarity index 99% rename from media-gfx/inkscape/inkscape-1.2.2-r3.ebuild rename to media-gfx/inkscape/inkscape-1.2.2-r4.ebuild index dec3b3e7e1ac..7189d99a6480 100644 --- a/media-gfx/inkscape/inkscape-1.2.2-r3.ebuild +++ b/media-gfx/inkscape/inkscape-1.2.2-r4.ebuild @@ -57,6 +57,7 @@ COMMON_DEPEND="${PYTHON_DEPS} x11-libs/gtk+:3[X?] X? ( x11-libs/libX11 ) $(python_gen_cond_dep ' + dev-python/appdirs[${PYTHON_USEDEP}] dev-python/cachecontrol[${PYTHON_USEDEP}] dev-python/cssselect[${PYTHON_USEDEP}] dev-python/lockfile[${PYTHON_USEDEP}] diff --git a/media-gfx/inkscape/inkscape-9999.ebuild b/media-gfx/inkscape/inkscape-9999.ebuild index 07e3302df825..e54b80ba8cd3 100644 --- a/media-gfx/inkscape/inkscape-9999.ebuild +++ b/media-gfx/inkscape/inkscape-9999.ebuild @@ -58,6 +58,7 @@ COMMON_DEPEND="${PYTHON_DEPS} x11-libs/gtk+:3[X?] X? ( x11-libs/libX11 ) $(python_gen_cond_dep ' + dev-python/appdirs[${PYTHON_USEDEP}] dev-python/cachecontrol[${PYTHON_USEDEP}] dev-python/cssselect[${PYTHON_USEDEP}] dev-python/lockfile[${PYTHON_USEDEP}]