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 C62EA15808B for ; Sun, 27 Mar 2022 09:25:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8251BE091B; Sun, 27 Mar 2022 09:25:05 +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 582DEE091F for ; Sun, 27 Mar 2022 09:25:05 +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 4CB9B342B7A for ; Sun, 27 Mar 2022 09:25:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E2EF177 for ; Sun, 27 Mar 2022 09:25:02 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1648373060.99d0513dc117a6ed8c2c56ebcd2bd88f5731db66.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/solvespace/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/solvespace/solvespace-3.0-r1.ebuild media-gfx/solvespace/solvespace-3.0-r2.ebuild X-VCS-Directories: media-gfx/solvespace/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: 99d0513dc117a6ed8c2c56ebcd2bd88f5731db66 X-VCS-Branch: master Date: Sun, 27 Mar 2022 09:25:02 +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: c41cccf2-75d8-4dcd-a28b-6c7e999b25d1 X-Archives-Hash: 8676ed91821f2d4ebd4e174c342d1944 commit: 99d0513dc117a6ed8c2c56ebcd2bd88f5731db66 Author: Matthew Smith gentoo org> AuthorDate: Sun Mar 27 08:42:11 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Sun Mar 27 09:24:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d0513d media-gfx/solvespace: update RDEPEND Add X USE-flag to dependencies where appropriate. Closes: https://bugs.gentoo.org/836236 Signed-off-by: Matthew Smith gentoo.org> .../{solvespace-3.0-r1.ebuild => solvespace-3.0-r2.ebuild} | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/media-gfx/solvespace/solvespace-3.0-r1.ebuild b/media-gfx/solvespace/solvespace-3.0-r2.ebuild similarity index 93% rename from media-gfx/solvespace/solvespace-3.0-r1.ebuild rename to media-gfx/solvespace/solvespace-3.0-r2.ebuild index 73b691667314..a8ce744a23b5 100644 --- a/media-gfx/solvespace/solvespace-3.0-r1.ebuild +++ b/media-gfx/solvespace/solvespace-3.0-r2.ebuild @@ -29,21 +29,20 @@ SLOT="0" RDEPEND=" dev-cpp/atkmm:0 dev-cpp/glibmm:2 - dev-cpp/gtkmm:3.0 + dev-cpp/gtkmm:3.0[X] dev-cpp/pangomm:1.4 dev-libs/glib:2 dev-libs/json-c:= dev-libs/libsigc++:2 - dev-libs/libspnav + dev-libs/libspnav[X] dev-libs/mimalloc:= media-libs/fontconfig - media-libs/freetype:2 - media-libs/libglvnd + media-libs/freetype:2[X] media-libs/libpng:0= sys-libs/zlib virtual/opengl - x11-libs/cairo - x11-libs/gtk+:3 + x11-libs/cairo[X] + x11-libs/gtk+:3[X] " DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig"