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 231F515817D for ; Sun, 9 Jun 2024 16:13:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65AFDE2A8D; Sun, 9 Jun 2024 16:13:39 +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 490C6E2A8D for ; Sun, 9 Jun 2024 16:13:39 +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 28770340441 for ; Sun, 9 Jun 2024 16:13:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAE771A4A for ; Sun, 9 Jun 2024 16:13:36 +0000 (UTC) From: "Jan Henke" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jan Henke" Message-ID: <1717949601.c7184450f5b9ac9c928476dc7ec75b20225d11e2.gentoo@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/lxi-tools/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-electronics/lxi-tools/lxi-tools-2.7.ebuild X-VCS-Directories: sci-electronics/lxi-tools/ X-VCS-Committer: gentoo X-VCS-Committer-Name: Jan Henke X-VCS-Revision: c7184450f5b9ac9c928476dc7ec75b20225d11e2 X-VCS-Branch: dev Date: Sun, 9 Jun 2024 16:13:36 +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: 76050de2-66ca-4f20-8193-374631da9207 X-Archives-Hash: 7965674f13bf094e839624b90344660d commit: c7184450f5b9ac9c928476dc7ec75b20225d11e2 Author: Jan Henke taujhe de> AuthorDate: Sun Jun 9 16:12:21 2024 +0000 Commit: Jan Henke taujhe de> CommitDate: Sun Jun 9 16:13:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7184450 sci-electronics/lxi-tools: Add dependency on libcairo, libgdk-pixbuf Upstream declared these dependency after being reported. Closes: https://bugs.gentoo.org/933182 Bug: https://github.com/lxi-tools/lxi-tools/issues/87 Signed-off-by: Jan Henke taujhe.de> sci-electronics/lxi-tools/lxi-tools-2.7.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-electronics/lxi-tools/lxi-tools-2.7.ebuild b/sci-electronics/lxi-tools/lxi-tools-2.7.ebuild index 2447eb6d8..dd34c5bb3 100644 --- a/sci-electronics/lxi-tools/lxi-tools-2.7.ebuild +++ b/sci-electronics/lxi-tools/lxi-tools-2.7.ebuild @@ -24,6 +24,8 @@ RDEPEND=" gui? ( >=dev-libs/glib-2.70 >=gui-libs/gtk-4.6.0 + >=x11-libs/cairo-1.18.0 + >=x11-libs/gdk-pixbuf-2.42.10-r1 >=gui-libs/gtksourceview-5.4.0 >=gui-libs/libadwaita-1.2 >=dev-libs/json-glib-1.4