Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac.paragon@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/fastfetch/
Date: Sun, 04 Sep 2022 06:35:20
Message-Id: 1662273262.f998423494d4874aa2d031cbb7e170f3824e3482.viorel_munteanu@gentoo
1 commit: f998423494d4874aa2d031cbb7e170f3824e3482
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Sun Sep 4 06:34:22 2022 +0000
4 Commit: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
5 CommitDate: Sun Sep 4 06:34:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9984234
7
8 app-misc/fastfetch: fix a dependency
9
10 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
11
12 app-misc/fastfetch/fastfetch-1.6.5.ebuild | 5 +----
13 app-misc/fastfetch/fastfetch-9999.ebuild | 5 +----
14 2 files changed, 2 insertions(+), 8 deletions(-)
15
16 diff --git a/app-misc/fastfetch/fastfetch-1.6.5.ebuild b/app-misc/fastfetch/fastfetch-1.6.5.ebuild
17 index 8bb11194b..0160c0a49 100644
18 --- a/app-misc/fastfetch/fastfetch-1.6.5.ebuild
19 +++ b/app-misc/fastfetch/fastfetch-1.6.5.ebuild
20 @@ -23,10 +23,7 @@ IUSE="X chafa dbus gnome imagemagick opencl opengl osmesa pci sqlite vulkan wayl
21 RDEPEND="
22 sys-libs/zlib
23 X? ( x11-libs/libX11 )
24 - chafa? (
25 - media-gfx/chafa
26 - media-gfx/imagemagick:=
27 - )
28 + chafa? ( media-gfx/chafa )
29 dbus? ( sys-apps/dbus )
30 gnome? (
31 dev-libs/glib
32
33 diff --git a/app-misc/fastfetch/fastfetch-9999.ebuild b/app-misc/fastfetch/fastfetch-9999.ebuild
34 index ea9cb6e7a..d73984312 100644
35 --- a/app-misc/fastfetch/fastfetch-9999.ebuild
36 +++ b/app-misc/fastfetch/fastfetch-9999.ebuild
37 @@ -22,10 +22,7 @@ IUSE="X chafa dbus gnome imagemagick opencl opengl osmesa pci sqlite vulkan wayl
38 RDEPEND="
39 sys-libs/zlib
40 X? ( x11-libs/libX11 )
41 - chafa? (
42 - media-gfx/chafa
43 - media-gfx/imagemagick:=
44 - )
45 + chafa? ( media-gfx/chafa )
46 dbus? ( sys-apps/dbus )
47 gnome? (
48 dev-libs/glib