From d6446160c3b00a045f19c2a324cd9053f13e13a0 Mon Sep 17 00:00:00 2001 From: Nicolas PARLANT Date: Tue, 25 Nov 2025 21:54:42 +0100 Subject: [PATCH] media-sound/guitarix: usev instead of usex Signed-off-by: Nicolas PARLANT Part-of: https://github.com/gentoo/gentoo/pull/44779 Signed-off-by: Sam James --- media-sound/guitarix/guitarix-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-sound/guitarix/guitarix-9999.ebuild b/media-sound/guitarix/guitarix-9999.ebuild index 41c93a9849974..178fbd42c4621 100644 --- a/media-sound/guitarix/guitarix-9999.ebuild +++ b/media-sound/guitarix/guitarix-9999.ebuild @@ -97,12 +97,12 @@ src_configure() { --shared-lib --jobs=$(makeopts_jobs) $(use_enable nls) - $(usex bluetooth "" "--no-bluez") - $(usex debug "--debug" "") + $(usev !bluetooth --no-bluez) + $(usev debug --debug) $(usex lv2 "--lv2dir=${EPREFIX}/usr/$(get_libdir)/lv2" "--no-lv2 --no-lv2-gui") - $(usex nsm "" "--no-nsm") - $(usex standalone "" "--no-standalone") - $(usex zeroconf "" "--no-avahi") + $(usev !nsm --no-nsm) + $(usev !standalone --no-standalone) + $(usev !zeroconf --no-avahi) ) waf-utils_src_configure "${myconf[@]}" }