From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/fastfetch/
Date: Wed, 22 Jun 2022 17:39:14 +0000 (UTC) [thread overview]
Message-ID: <1655723838.bf102137028ecb81314f807c98b52576fece2120.andrewammerlaan@gentoo> (raw)
commit: bf102137028ecb81314f807c98b52576fece2120
Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Mon Jun 20 11:17:18 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <ceamac.paragon <AT> 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_imagemagick6=no
fi
}
diff --git a/app-misc/fastfetch/fastfetch-9999.ebuild b/app-misc/fastfetch/fastfetch-9999.ebuild
index ceed40e9f..c545243a9 100644
--- a/app-misc/fastfetch/fastfetch-9999.ebuild
+++ b/app-misc/fastfetch/fastfetch-9999.ebuild
@@ -55,10 +55,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_imagemagick6=no
fi
}
next reply other threads:[~2022-06-22 17:39 UTC|newest]
Thread overview: 65+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-22 17:39 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-27 17:22 [gentoo-commits] repo/proj/guru:master commit in: app-misc/fastfetch/ Viorel Munteanu
2023-03-25 7:40 Viorel Munteanu
2023-02-27 18:04 Viorel Munteanu
2023-02-27 18:04 Viorel Munteanu
2023-02-23 9:24 Viorel Munteanu
2023-02-22 9:35 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-02-23 9:24 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-02-22 6:30 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-02-23 9:24 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-02-22 6:30 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-02-23 9:24 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-01-24 9:42 Viorel Munteanu
2023-01-24 9:42 Viorel Munteanu
2023-01-22 7:14 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-01-22 8:21 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-01-22 7:14 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-01-22 8:21 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2022-12-31 12:20 Viorel Munteanu
2022-12-31 12:20 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2022-12-31 12:20 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2022-12-30 20:42 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2022-12-30 20:42 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2022-12-30 20:36 Viorel Munteanu
2022-12-30 20:35 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2022-12-30 20:36 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2022-12-30 9:41 Viorel Munteanu
2022-12-30 9:41 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2022-12-30 9:41 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2022-12-29 15:28 Viorel Munteanu
2022-12-29 15:27 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2022-12-29 15:28 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2022-12-29 11:33 Florian Schmaus
2022-10-11 19:30 Andrew Ammerlaan
2022-10-11 19:30 Andrew Ammerlaan
2022-10-11 19:30 Andrew Ammerlaan
2022-09-17 11:49 Ronny Gutbrod
2022-09-17 11:49 Ronny Gutbrod
2022-09-08 1:46 Ronny Gutbrod
2022-09-06 1:06 Ronny Gutbrod
2022-08-24 15:52 Ronny Gutbrod
2022-08-24 15:52 Ronny Gutbrod
2022-08-24 15:52 Ronny Gutbrod
2022-08-24 15:52 Ronny Gutbrod
2022-08-12 22:13 Haelwenn Monnier
2022-08-12 22:13 Haelwenn Monnier
2022-08-12 22:13 Haelwenn Monnier
2022-07-05 7:14 Florian Schmaus
2022-07-05 7:14 Florian Schmaus
2022-06-28 15:38 Arthur Zamarin
2022-06-28 15:38 Arthur Zamarin
2022-06-22 17:39 Andrew Ammerlaan
2022-06-09 9:23 Florian Schmaus
2022-06-09 9:23 Florian Schmaus
2022-05-28 10:10 Andrew Ammerlaan
2022-05-28 10:10 Andrew Ammerlaan
2022-04-23 17:49 Haelwenn Monnier
2022-04-23 17:49 Haelwenn Monnier
2022-04-23 17:49 Haelwenn Monnier
2022-04-23 17:49 Haelwenn Monnier
2022-04-23 17:49 Haelwenn Monnier
2022-03-25 11:24 Ronny Gutbrod
2022-03-25 11:24 Ronny Gutbrod
2022-03-18 6:35 Arthur Zamarin
2022-03-18 6:35 Arthur Zamarin
2022-03-10 9:45 Ronny Gutbrod
2022-03-10 9:45 Ronny Gutbrod
2022-02-23 0:33 Ronny Gutbrod
2022-02-23 0:33 Ronny Gutbrod
2022-02-13 20:24 Arthur Zamarin
2022-02-13 20:24 Arthur Zamarin
2022-02-01 10:38 Florian Schmaus
2022-02-01 10:38 Florian Schmaus
2022-01-23 8:17 Florian Schmaus
2022-01-21 9:14 Florian Schmaus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1655723838.bf102137028ecb81314f807c98b52576fece2120.andrewammerlaan@gentoo \
--to=andrewammerlaan@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox