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 98ED4159C9B for ; Sat, 3 Aug 2024 06:11:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E05C6E2A2E; Sat, 3 Aug 2024 06:11:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C696AE2A2E for ; Sat, 3 Aug 2024 06:11:40 +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 0BBE7335D0F for ; Sat, 3 Aug 2024 06:11:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41C271E7E for ; Sat, 3 Aug 2024 06:11:38 +0000 (UTC) From: "Quincy Fleming" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Quincy Fleming" Message-ID: <1722665382.e584d5d2c166d155933774b8c93df7b792552e51.quincyf467@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/hardinfo2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/hardinfo2/hardinfo2-2.1.11-r1.ebuild app-admin/hardinfo2/hardinfo2-2.1.11.ebuild X-VCS-Directories: app-admin/hardinfo2/ X-VCS-Committer: quincyf467 X-VCS-Committer-Name: Quincy Fleming X-VCS-Revision: e584d5d2c166d155933774b8c93df7b792552e51 X-VCS-Branch: dev Date: Sat, 3 Aug 2024 06:11:38 +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: 69519c73-f987-498a-b13d-ed94776e5dcc X-Archives-Hash: cef58886c38ee098fb520eb7eb00765d commit: e584d5d2c166d155933774b8c93df7b792552e51 Author: Quincy Fleming protonmail com> AuthorDate: Sat Aug 3 06:09:42 2024 +0000 Commit: Quincy Fleming protonmail com> CommitDate: Sat Aug 3 06:09:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e584d5d2 app-admin/hardinfo2: add missing deps Closes: https://bugs.gentoo.org/937099 Signed-off-by: Quincy Fleming protonmail.com> .../hardinfo2/{hardinfo2-2.1.11.ebuild => hardinfo2-2.1.11-r1.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-admin/hardinfo2/hardinfo2-2.1.11.ebuild b/app-admin/hardinfo2/hardinfo2-2.1.11-r1.ebuild similarity index 94% rename from app-admin/hardinfo2/hardinfo2-2.1.11.ebuild rename to app-admin/hardinfo2/hardinfo2-2.1.11-r1.ebuild index feb911800..3b81691bd 100644 --- a/app-admin/hardinfo2/hardinfo2-2.1.11.ebuild +++ b/app-admin/hardinfo2/hardinfo2-2.1.11-r1.ebuild @@ -22,6 +22,10 @@ DEPEND=" sys-libs/zlib dev-libs/json-glib net-libs/libsoup:3.0 + x11-libs/cairo + x11-libs/gdk-pixbuf + x11-libs/libX11 + x11-libs/pango " RDEPEND=" ${DEPEND}