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 0FCC6158095 for ; Wed, 22 Jun 2022 17:39:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DD0AE098A; Wed, 22 Jun 2022 17:39:17 +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 EE798E0986 for ; Wed, 22 Jun 2022 17:39:16 +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 E8B5C341A7F for ; Wed, 22 Jun 2022 17:39:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41355512 for ; Wed, 22 Jun 2022 17:39:14 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1655723838.bf102137028ecb81314f807c98b52576fece2120.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/fastfetch/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/fastfetch/fastfetch-1.5.4-r1.ebuild app-misc/fastfetch/fastfetch-9999.ebuild X-VCS-Directories: app-misc/fastfetch/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: bf102137028ecb81314f807c98b52576fece2120 X-VCS-Branch: master Date: Wed, 22 Jun 2022 17:39:14 +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: dbae49e0-7ef4-43bf-ad6b-38c41472dee8 X-Archives-Hash: d800fe41cb5d3540a39154ed0c3945b5 commit: bf102137028ecb81314f807c98b52576fece2120 Author: Viorel Munteanu gmail com> AuthorDate: Mon Jun 20 11:17:18 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Jun 20 11:17:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bf102137 app-misc/fastfetch: fix USE="-chafa -imagemagick" Signed-off-by: Viorel Munteanu gmail.com> app-misc/fastfetch/fastfetch-1.5.4-r1.ebuild | 4 ++++ app-misc/fastfetch/fastfetch-9999.ebuild | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/app-misc/fastfetch/fastfetch-1.5.4-r1.ebuild b/app-misc/fastfetch/fastfetch-1.5.4-r1.ebuild index cda8b003a..31e8aeeb4 100644 --- a/app-misc/fastfetch/fastfetch-1.5.4-r1.ebuild +++ b/app-misc/fastfetch/fastfetch-1.5.4-r1.ebuild @@ -56,10 +56,14 @@ pkg_setup() { if use imagemagick || use chafa; then export fastfetch_enable_imagemagick7=$(has_version '>=media-gfx/imagemagick-7.0.0' && echo yes || echo no) + else + export fastfetch_enable_imagemagick7=no fi if use imagemagick || use chafa; then export fastfetch_enable_imagemagick6=$(has_version '=media-gfx/imagemagick-7.0.0' && echo yes || echo no) + else + export fastfetch_enable_imagemagick7=no fi if use imagemagick || use chafa; then export fastfetch_enable_imagemagick6=$(has_version '