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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5A84158094 for ; Thu, 16 Sep 2021 19:11:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9A0DE0886; Thu, 16 Sep 2021 19:11:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE117E087A for ; Thu, 16 Sep 2021 19:11:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D07E53430E0 for ; Thu, 16 Sep 2021 19:11:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C373EA for ; Thu, 16 Sep 2021 19:11:32 +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: <1631819477.11c7f6127165394b955cebb4fff6cce2c1e9ca19.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.0.2-r1.ebuild media-gfx/inkscape/inkscape-1.0.2-r2.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: 11c7f6127165394b955cebb4fff6cce2c1e9ca19 X-VCS-Branch: master Date: Thu, 16 Sep 2021 19:11:32 +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: 5498f098-e9b5-45e9-b7d7-3e072bfd8ce9 X-Archives-Hash: 764d95a68ec9177ad11c572db984cd2c commit: 11c7f6127165394b955cebb4fff6cce2c1e9ca19 Author: Sam James gentoo org> AuthorDate: Thu Sep 16 19:07:03 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 16 19:11:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c7f612 media-gfx/inkscape: fix libsoup slot dependency Signed-off-by: Sam James gentoo.org> .../inkscape/{inkscape-1.0.2-r1.ebuild => inkscape-1.0.2-r2.ebuild} | 2 +- media-gfx/inkscape/inkscape-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/inkscape/inkscape-1.0.2-r1.ebuild b/media-gfx/inkscape/inkscape-1.0.2-r2.ebuild similarity index 99% rename from media-gfx/inkscape/inkscape-1.0.2-r1.ebuild rename to media-gfx/inkscape/inkscape-1.0.2-r2.ebuild index ddee1494626..0a9dc6de2d5 100644 --- a/media-gfx/inkscape/inkscape-1.0.2-r1.ebuild +++ b/media-gfx/inkscape/inkscape-1.0.2-r2.ebuild @@ -44,7 +44,7 @@ COMMON_DEPEND="${PYTHON_DEPS} media-libs/fontconfig media-libs/freetype:2 media-libs/libpng:0= - net-libs/libsoup + net-libs/libsoup:2.4 sci-libs/gsl:= x11-libs/libX11 >=x11-libs/pango-1.37.2 diff --git a/media-gfx/inkscape/inkscape-9999.ebuild b/media-gfx/inkscape/inkscape-9999.ebuild index 963ed354865..6912d66bb36 100644 --- a/media-gfx/inkscape/inkscape-9999.ebuild +++ b/media-gfx/inkscape/inkscape-9999.ebuild @@ -44,7 +44,7 @@ COMMON_DEPEND="${PYTHON_DEPS} media-libs/fontconfig media-libs/freetype:2 media-libs/libpng:0= - net-libs/libsoup + net-libs/libsoup:2.4 sci-libs/gsl:= x11-libs/libX11 >=x11-libs/pango-1.37.2