From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1674713-garchives=archives.gentoo.org@lists.gentoo.org> 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A0A45158090 for <garchives@archives.gentoo.org>; Sun, 29 Sep 2024 07:55:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB6D8E2A2B; Sun, 29 Sep 2024 07:55:24 +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 B0311E2A2B for <gentoo-commits@lists.gentoo.org>; Sun, 29 Sep 2024 07:55:24 +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 BEA2734305E for <gentoo-commits@lists.gentoo.org>; Sun, 29 Sep 2024 07:55:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA6641F43 for <gentoo-commits@lists.gentoo.org>; Sun, 29 Sep 2024 07:55:21 +0000 (UTC) From: "Viorel Munteanu" <ceamac@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" <ceamac@gentoo.org> Message-ID: <1727596475.c1a8ae7989fa7cd806355e7be306e09622074d2c.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/fastfetch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/fastfetch/fastfetch-0.1.9999.ebuild app-misc/fastfetch/fastfetch-0.2.9999.ebuild X-VCS-Directories: app-misc/fastfetch/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: c1a8ae7989fa7cd806355e7be306e09622074d2c X-VCS-Branch: master Date: Sun, 29 Sep 2024 07:55:21 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 60cb9330-6df8-40bb-88de-e8737bef1a17 X-Archives-Hash: 6a4956daf40b875deab7496f95173e58 commit: c1a8ae7989fa7cd806355e7be306e09622074d2c Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Sun Sep 29 07:54:35 2024 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Sun Sep 29 07:54:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a8ae79 app-misc/fastfetch: sync live ebuilds Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> app-misc/fastfetch/fastfetch-0.1.9999.ebuild | 5 ++++- app-misc/fastfetch/fastfetch-0.2.9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app-misc/fastfetch/fastfetch-0.1.9999.ebuild b/app-misc/fastfetch/fastfetch-0.1.9999.ebuild index 4fb2091c80a6..6186f29ea3dc 100644 --- a/app-misc/fastfetch/fastfetch-0.1.9999.ebuild +++ b/app-misc/fastfetch/fastfetch-0.1.9999.ebuild @@ -20,19 +20,21 @@ fi LICENSE="MIT" SLOT="0" -IUSE="X chafa dbus ddcutil drm gnome imagemagick opencl opengl osmesa pulseaudio sqlite test vulkan wayland xcb xfce xrandr" +IUSE="X chafa dbus ddcutil drm elf gnome imagemagick opencl opengl osmesa pulseaudio sqlite test vulkan wayland xcb xfce xrandr" RESTRICT="!test? ( test )" # note - qa-vdb will always report errors because fastfetch loads the libs dynamically # make sure to crank yyjson minimum version to match bundled version RDEPEND=" >=dev-libs/yyjson-0.10.0 + sys-apps/hwdata sys-libs/zlib X? ( x11-libs/libX11 ) chafa? ( media-gfx/chafa ) dbus? ( sys-apps/dbus ) ddcutil? ( app-misc/ddcutil:= ) drm? ( x11-libs/libdrm ) + elf? ( virtual/libelf:= ) gnome? ( dev-libs/glib gnome-base/dconf @@ -83,6 +85,7 @@ src_configure() { -DENABLE_DCONF=$(usex gnome) -DENABLE_DDCUTIL=$(usex ddcutil) -DENABLE_DRM=$(usex drm) + -DENABLE_ELF=$(usex elf) -DENABLE_EGL=$(usex opengl) -DENABLE_GIO=$(usex gnome) -DENABLE_GLX=$(usex opengl) diff --git a/app-misc/fastfetch/fastfetch-0.2.9999.ebuild b/app-misc/fastfetch/fastfetch-0.2.9999.ebuild index 4fb2091c80a6..6186f29ea3dc 100644 --- a/app-misc/fastfetch/fastfetch-0.2.9999.ebuild +++ b/app-misc/fastfetch/fastfetch-0.2.9999.ebuild @@ -20,19 +20,21 @@ fi LICENSE="MIT" SLOT="0" -IUSE="X chafa dbus ddcutil drm gnome imagemagick opencl opengl osmesa pulseaudio sqlite test vulkan wayland xcb xfce xrandr" +IUSE="X chafa dbus ddcutil drm elf gnome imagemagick opencl opengl osmesa pulseaudio sqlite test vulkan wayland xcb xfce xrandr" RESTRICT="!test? ( test )" # note - qa-vdb will always report errors because fastfetch loads the libs dynamically # make sure to crank yyjson minimum version to match bundled version RDEPEND=" >=dev-libs/yyjson-0.10.0 + sys-apps/hwdata sys-libs/zlib X? ( x11-libs/libX11 ) chafa? ( media-gfx/chafa ) dbus? ( sys-apps/dbus ) ddcutil? ( app-misc/ddcutil:= ) drm? ( x11-libs/libdrm ) + elf? ( virtual/libelf:= ) gnome? ( dev-libs/glib gnome-base/dconf @@ -83,6 +85,7 @@ src_configure() { -DENABLE_DCONF=$(usex gnome) -DENABLE_DDCUTIL=$(usex ddcutil) -DENABLE_DRM=$(usex drm) + -DENABLE_ELF=$(usex elf) -DENABLE_EGL=$(usex opengl) -DENABLE_GIO=$(usex gnome) -DENABLE_GLX=$(usex opengl)