app-misc/fastfetch: sync live ebuilds

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu 2025-12-19 09:12:18 +02:00
parent a6bb7e16a0
commit 4a563cbdcb
No known key found for this signature in database
GPG Key ID: 0CE5A97D9310DAB0
3 changed files with 14 additions and 19 deletions

View File

@ -67,13 +67,6 @@ REQUIRED_USE="
chafa? ( imagemagick )
"
pkg_pretend() {
if use X && ! use opengl; then
einfo 'USE="X" adds GLX support for USE="opengl"'
einfo 'This build with USE="X -opengl" will not include any extra X support.'
fi
}
src_configure() {
local fastfetch_enable_imagemagick7=no
local fastfetch_enable_imagemagick6=no
@ -83,8 +76,13 @@ src_configure() {
fi
local glx=no
if use opengl && use X; then
glx=yes
if use X; then
if use opengl; then
glx=yes
else
ewarn 'USE="X" adds GLX support for USE="opengl"'
ewarn 'This build with USE="X -opengl" will not include any extra X support.'
fi
fi
local mycmakeargs=(

View File

@ -67,13 +67,6 @@ REQUIRED_USE="
chafa? ( imagemagick )
"
pkg_pretend() {
if use X && ! use opengl; then
einfo 'USE="X" adds GLX support for USE="opengl"'
einfo 'This build with USE="X -opengl" will not include any extra X support.'
fi
}
src_configure() {
local fastfetch_enable_imagemagick7=no
local fastfetch_enable_imagemagick6=no
@ -83,8 +76,13 @@ src_configure() {
fi
local glx=no
if use opengl && use X; then
glx=yes
if use X; then
if use opengl; then
glx=yes
else
ewarn 'USE="X" adds GLX support for USE="opengl"'
ewarn 'This build with USE="X -opengl" will not include any extra X support.'
fi
fi
local mycmakeargs=(

View File

@ -68,7 +68,6 @@ REQUIRED_USE="
"
src_configure() {
local fastfetch_enable_imagemagick7=no
local fastfetch_enable_imagemagick6=no
if use imagemagick; then