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 3330C158086 for ; Sun, 12 Dec 2021 20:03:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8704E081B; Sun, 12 Dec 2021 20:03:51 +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 013F2E081B for ; Sun, 12 Dec 2021 20:03:50 +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 EF18C3433F3 for ; Sun, 12 Dec 2021 20:03:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E68A233 for ; Sun, 12 Dec 2021 20:03:45 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1639339418.8100a9d8370f53ae9b1a2e79df504a58753cd8e9.soap@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.1-r1.ebuild media-gfx/inkscape/inkscape-1.1.ebuild X-VCS-Directories: media-gfx/inkscape/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 8100a9d8370f53ae9b1a2e79df504a58753cd8e9 X-VCS-Branch: master Date: Sun, 12 Dec 2021 20:03:45 +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: f5158c7d-3a4f-4500-89ba-174b00f03ca6 X-Archives-Hash: be5a6a4c825c6b27a4d92aae191ef08a commit: 8100a9d8370f53ae9b1a2e79df504a58753cd8e9 Author: David Seifert gentoo org> AuthorDate: Sun Dec 12 20:03:38 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Dec 12 20:03:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8100a9d8 media-gfx/inkscape: subslot op on boost * Inkscape uses `Boost::filesystem` unconditionally Signed-off-by: David Seifert gentoo.org> media-gfx/inkscape/{inkscape-1.1.ebuild => inkscape-1.1-r1.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/media-gfx/inkscape/inkscape-1.1.ebuild b/media-gfx/inkscape/inkscape-1.1-r1.ebuild similarity index 98% rename from media-gfx/inkscape/inkscape-1.1.ebuild rename to media-gfx/inkscape/inkscape-1.1-r1.ebuild index a1f3e81bfcda..8827e75c514f 100644 --- a/media-gfx/inkscape/inkscape-1.1.ebuild +++ b/media-gfx/inkscape/inkscape-1.1-r1.ebuild @@ -36,6 +36,7 @@ COMMON_DEPEND="${PYTHON_DEPS} dev-cpp/gtkmm:3.0 >=dev-cpp/pangomm-2.40:1.4 >=dev-libs/boehm-gc-7.1:= + >=dev-libs/boost-1.65:= dev-libs/double-conversion:= >=dev-libs/glib-2.41 >=dev-libs/libsigc++-2.8:2 @@ -93,9 +94,7 @@ RDEPEND="${COMMON_DEPEND} dia? ( app-office/dia ) postscript? ( app-text/ghostscript-gpl ) " -DEPEND="${COMMON_DEPEND} - >=dev-libs/boost-1.65 -" +DEPEND="${COMMON_DEPEND}" RESTRICT="test"