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 9E13415800A for ; Mon, 14 Aug 2023 14:54:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C49302BC018; Mon, 14 Aug 2023 14:54:23 +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 AB12B2BC018 for ; Mon, 14 Aug 2023 14:54:23 +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 CE7E9340DDE for ; Mon, 14 Aug 2023 14:54:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38496F70 for ; Mon, 14 Aug 2023 14:54:21 +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: <1692024845.e66d6d41b367df3340a2538f2e33c87b1286723a.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-0.2.9999.ebuild X-VCS-Directories: app-misc/fastfetch/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: e66d6d41b367df3340a2538f2e33c87b1286723a X-VCS-Branch: master Date: Mon, 14 Aug 2023 14:54:21 +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: 3d38d1ad-cb0b-479e-8273-e461181e4c70 X-Archives-Hash: 66d04de6d25d24321d82227d547603c5 commit: e66d6d41b367df3340a2538f2e33c87b1286723a Author: Viorel Munteanu gentoo org> AuthorDate: Mon Aug 14 14:49:33 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Mon Aug 14 14:54:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e66d6d41 app-misc/fastfetch: dev branch embedded yyjson Signed-off-by: Viorel Munteanu gentoo.org> app-misc/fastfetch/fastfetch-0.2.9999.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/app-misc/fastfetch/fastfetch-0.2.9999.ebuild b/app-misc/fastfetch/fastfetch-0.2.9999.ebuild index 950efaa60c13..f7fd71b82868 100644 --- a/app-misc/fastfetch/fastfetch-0.2.9999.ebuild +++ b/app-misc/fastfetch/fastfetch-0.2.9999.ebuild @@ -24,7 +24,6 @@ IUSE="X chafa dbus ddcutil gnome imagemagick networkmanager opencl opengl osmesa # note - qa-vdb will always report errors because fastfetch loads the libs dynamically RDEPEND=" - dev-libs/yyjson sys-libs/zlib X? ( x11-libs/libX11 ) chafa? ( media-gfx/chafa ) @@ -56,8 +55,6 @@ REQUIRED_USE=" chafa? ( imagemagick ) " -PATCHES=( "${FILESDIR}"/${PN}-2.0.0-dont-fetch-yyjson.patch ) - src_configure() { local fastfetch_enable_imagemagick7=no local fastfetch_enable_imagemagick6=no