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 828D9158013 for ; Sun, 10 Dec 2023 08:04:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA5A02BC022; Sun, 10 Dec 2023 08:04:34 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 877B02BC022 for ; Sun, 10 Dec 2023 08:04:34 +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 5A0A733E02F for ; Sun, 10 Dec 2023 08:04:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90326AE2 for ; Sun, 10 Dec 2023 08:04:31 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1702195419.b9d40e2f2ff79ae4bd08d432fb8c347c4522bf20.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/fastfetch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/fastfetch/fastfetch-2.2.3-r1.ebuild app-misc/fastfetch/fastfetch-2.2.3.ebuild X-VCS-Directories: app-misc/fastfetch/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: b9d40e2f2ff79ae4bd08d432fb8c347c4522bf20 X-VCS-Branch: master Date: Sun, 10 Dec 2023 08:04:31 +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: e11b6c7f-8590-4a02-baef-46ccfcaaf0b4 X-Archives-Hash: fab937559857231ecbd99b9c37137eeb commit: b9d40e2f2ff79ae4bd08d432fb8c347c4522bf20 Author: Viorel Munteanu gentoo org> AuthorDate: Sun Dec 10 08:03:39 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sun Dec 10 08:03:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9d40e2f app-misc/fastfetch: Update RDEPEND Bug: https://bugs.gentoo.org/916054 Signed-off-by: Viorel Munteanu gentoo.org> .../fastfetch/{fastfetch-2.2.3.ebuild => fastfetch-2.2.3-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-misc/fastfetch/fastfetch-2.2.3.ebuild b/app-misc/fastfetch/fastfetch-2.2.3-r1.ebuild similarity index 98% rename from app-misc/fastfetch/fastfetch-2.2.3.ebuild rename to app-misc/fastfetch/fastfetch-2.2.3-r1.ebuild index 9ea1dc91fee7..27d86a203a0c 100644 --- a/app-misc/fastfetch/fastfetch-2.2.3.ebuild +++ b/app-misc/fastfetch/fastfetch-2.2.3-r1.ebuild @@ -44,7 +44,10 @@ RDEPEND=" pci? ( sys-apps/pciutils ) pulseaudio? ( media-libs/libpulse ) sqlite? ( dev-db/sqlite:3 ) - vulkan? ( media-libs/vulkan-loader ) + vulkan? ( + media-libs/vulkan-loader + sys-apps/pciutils + ) wayland? ( dev-libs/wayland ) xcb? ( x11-libs/libxcb ) xfce? ( xfce-base/xfconf )