commit: ebad50a17f70bba3ab7d32c384de67bb0c27363e Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Fri Mar 14 06:02:11 2025 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Fri Mar 14 06:04:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebad50a1
app-misc/fastfetch: drop USE=osmesa Upstream dropped osmesa from media-libs/mesa. See also: https://github.com/gentoo/gentoo/pull/40884 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> app-misc/fastfetch/fastfetch-0.1.9999.ebuild | 7 +++---- app-misc/fastfetch/fastfetch-0.2.9999.ebuild | 7 +++---- app-misc/fastfetch/fastfetch-2.36.1.ebuild | 5 ++--- app-misc/fastfetch/fastfetch-2.37.0.ebuild | 5 ++--- app-misc/fastfetch/fastfetch-2.38.0.ebuild | 5 ++--- 5 files changed, 12 insertions(+), 17 deletions(-) diff --git a/app-misc/fastfetch/fastfetch-0.1.9999.ebuild b/app-misc/fastfetch/fastfetch-0.1.9999.ebuild index 3a36d05b4aad..9718c2e6d530 100644 --- a/app-misc/fastfetch/fastfetch-0.1.9999.ebuild +++ b/app-misc/fastfetch/fastfetch-0.1.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ fi LICENSE="MIT" SLOT="0" -IUSE="X chafa dbus ddcutil drm elf gnome imagemagick opencl opengl osmesa pulseaudio sqlite test vulkan wayland xcb xfce xrandr" +IUSE="X chafa dbus ddcutil drm elf gnome imagemagick opencl opengl pulseaudio sqlite test vulkan wayland xcb xfce xrandr" RESTRICT="!test? ( test )" # note - qa-vdb will always report errors because fastfetch loads the libs dynamically @@ -44,7 +44,6 @@ RDEPEND=" media-libs/libglvnd[X?] X? ( x11-libs/libX11 ) ) - osmesa? ( media-libs/mesa[osmesa] ) pulseaudio? ( media-libs/libpulse ) sqlite? ( dev-db/sqlite:3 ) vulkan? ( @@ -90,6 +89,7 @@ src_configure() { fi local mycmakeargs=( + -DENABLE_OSMESA=no -DENABLE_RPM=no -DENABLE_ZLIB=yes -DENABLE_SYSTEM_YYJSON=yes @@ -109,7 +109,6 @@ src_configure() { -DENABLE_IMAGEMAGICK6=${fastfetch_enable_imagemagick6} -DENABLE_IMAGEMAGICK7=${fastfetch_enable_imagemagick7} -DENABLE_OPENCL=$(usex opencl) - -DENABLE_OSMESA=$(usex osmesa) -DENABLE_PULSE=$(usex pulseaudio) -DENABLE_SQLITE3=$(usex sqlite) -DENABLE_VULKAN=$(usex vulkan) diff --git a/app-misc/fastfetch/fastfetch-0.2.9999.ebuild b/app-misc/fastfetch/fastfetch-0.2.9999.ebuild index 3a36d05b4aad..9718c2e6d530 100644 --- a/app-misc/fastfetch/fastfetch-0.2.9999.ebuild +++ b/app-misc/fastfetch/fastfetch-0.2.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ fi LICENSE="MIT" SLOT="0" -IUSE="X chafa dbus ddcutil drm elf gnome imagemagick opencl opengl osmesa pulseaudio sqlite test vulkan wayland xcb xfce xrandr" +IUSE="X chafa dbus ddcutil drm elf gnome imagemagick opencl opengl pulseaudio sqlite test vulkan wayland xcb xfce xrandr" RESTRICT="!test? ( test )" # note - qa-vdb will always report errors because fastfetch loads the libs dynamically @@ -44,7 +44,6 @@ RDEPEND=" media-libs/libglvnd[X?] X? ( x11-libs/libX11 ) ) - osmesa? ( media-libs/mesa[osmesa] ) pulseaudio? ( media-libs/libpulse ) sqlite? ( dev-db/sqlite:3 ) vulkan? ( @@ -90,6 +89,7 @@ src_configure() { fi local mycmakeargs=( + -DENABLE_OSMESA=no -DENABLE_RPM=no -DENABLE_ZLIB=yes -DENABLE_SYSTEM_YYJSON=yes @@ -109,7 +109,6 @@ src_configure() { -DENABLE_IMAGEMAGICK6=${fastfetch_enable_imagemagick6} -DENABLE_IMAGEMAGICK7=${fastfetch_enable_imagemagick7} -DENABLE_OPENCL=$(usex opencl) - -DENABLE_OSMESA=$(usex osmesa) -DENABLE_PULSE=$(usex pulseaudio) -DENABLE_SQLITE3=$(usex sqlite) -DENABLE_VULKAN=$(usex vulkan) diff --git a/app-misc/fastfetch/fastfetch-2.36.1.ebuild b/app-misc/fastfetch/fastfetch-2.36.1.ebuild index a6fd045ed767..9718c2e6d530 100644 --- a/app-misc/fastfetch/fastfetch-2.36.1.ebuild +++ b/app-misc/fastfetch/fastfetch-2.36.1.ebuild @@ -20,7 +20,7 @@ fi LICENSE="MIT" SLOT="0" -IUSE="X chafa dbus ddcutil drm elf gnome imagemagick opencl opengl osmesa pulseaudio sqlite test vulkan wayland xcb xfce xrandr" +IUSE="X chafa dbus ddcutil drm elf gnome imagemagick opencl opengl pulseaudio sqlite test vulkan wayland xcb xfce xrandr" RESTRICT="!test? ( test )" # note - qa-vdb will always report errors because fastfetch loads the libs dynamically @@ -44,7 +44,6 @@ RDEPEND=" media-libs/libglvnd[X?] X? ( x11-libs/libX11 ) ) - osmesa? ( media-libs/mesa[osmesa] ) pulseaudio? ( media-libs/libpulse ) sqlite? ( dev-db/sqlite:3 ) vulkan? ( @@ -90,6 +89,7 @@ src_configure() { fi local mycmakeargs=( + -DENABLE_OSMESA=no -DENABLE_RPM=no -DENABLE_ZLIB=yes -DENABLE_SYSTEM_YYJSON=yes @@ -109,7 +109,6 @@ src_configure() { -DENABLE_IMAGEMAGICK6=${fastfetch_enable_imagemagick6} -DENABLE_IMAGEMAGICK7=${fastfetch_enable_imagemagick7} -DENABLE_OPENCL=$(usex opencl) - -DENABLE_OSMESA=$(usex osmesa) -DENABLE_PULSE=$(usex pulseaudio) -DENABLE_SQLITE3=$(usex sqlite) -DENABLE_VULKAN=$(usex vulkan) diff --git a/app-misc/fastfetch/fastfetch-2.37.0.ebuild b/app-misc/fastfetch/fastfetch-2.37.0.ebuild index a6fd045ed767..9718c2e6d530 100644 --- a/app-misc/fastfetch/fastfetch-2.37.0.ebuild +++ b/app-misc/fastfetch/fastfetch-2.37.0.ebuild @@ -20,7 +20,7 @@ fi LICENSE="MIT" SLOT="0" -IUSE="X chafa dbus ddcutil drm elf gnome imagemagick opencl opengl osmesa pulseaudio sqlite test vulkan wayland xcb xfce xrandr" +IUSE="X chafa dbus ddcutil drm elf gnome imagemagick opencl opengl pulseaudio sqlite test vulkan wayland xcb xfce xrandr" RESTRICT="!test? ( test )" # note - qa-vdb will always report errors because fastfetch loads the libs dynamically @@ -44,7 +44,6 @@ RDEPEND=" media-libs/libglvnd[X?] X? ( x11-libs/libX11 ) ) - osmesa? ( media-libs/mesa[osmesa] ) pulseaudio? ( media-libs/libpulse ) sqlite? ( dev-db/sqlite:3 ) vulkan? ( @@ -90,6 +89,7 @@ src_configure() { fi local mycmakeargs=( + -DENABLE_OSMESA=no -DENABLE_RPM=no -DENABLE_ZLIB=yes -DENABLE_SYSTEM_YYJSON=yes @@ -109,7 +109,6 @@ src_configure() { -DENABLE_IMAGEMAGICK6=${fastfetch_enable_imagemagick6} -DENABLE_IMAGEMAGICK7=${fastfetch_enable_imagemagick7} -DENABLE_OPENCL=$(usex opencl) - -DENABLE_OSMESA=$(usex osmesa) -DENABLE_PULSE=$(usex pulseaudio) -DENABLE_SQLITE3=$(usex sqlite) -DENABLE_VULKAN=$(usex vulkan) diff --git a/app-misc/fastfetch/fastfetch-2.38.0.ebuild b/app-misc/fastfetch/fastfetch-2.38.0.ebuild index a6fd045ed767..9718c2e6d530 100644 --- a/app-misc/fastfetch/fastfetch-2.38.0.ebuild +++ b/app-misc/fastfetch/fastfetch-2.38.0.ebuild @@ -20,7 +20,7 @@ fi LICENSE="MIT" SLOT="0" -IUSE="X chafa dbus ddcutil drm elf gnome imagemagick opencl opengl osmesa pulseaudio sqlite test vulkan wayland xcb xfce xrandr" +IUSE="X chafa dbus ddcutil drm elf gnome imagemagick opencl opengl pulseaudio sqlite test vulkan wayland xcb xfce xrandr" RESTRICT="!test? ( test )" # note - qa-vdb will always report errors because fastfetch loads the libs dynamically @@ -44,7 +44,6 @@ RDEPEND=" media-libs/libglvnd[X?] X? ( x11-libs/libX11 ) ) - osmesa? ( media-libs/mesa[osmesa] ) pulseaudio? ( media-libs/libpulse ) sqlite? ( dev-db/sqlite:3 ) vulkan? ( @@ -90,6 +89,7 @@ src_configure() { fi local mycmakeargs=( + -DENABLE_OSMESA=no -DENABLE_RPM=no -DENABLE_ZLIB=yes -DENABLE_SYSTEM_YYJSON=yes @@ -109,7 +109,6 @@ src_configure() { -DENABLE_IMAGEMAGICK6=${fastfetch_enable_imagemagick6} -DENABLE_IMAGEMAGICK7=${fastfetch_enable_imagemagick7} -DENABLE_OPENCL=$(usex opencl) - -DENABLE_OSMESA=$(usex osmesa) -DENABLE_PULSE=$(usex pulseaudio) -DENABLE_SQLITE3=$(usex sqlite) -DENABLE_VULKAN=$(usex vulkan)
