From 0d02ef000a109b2fd5284cdcd39570abddf4eb13 Mon Sep 17 00:00:00 2001 From: Jonas Frei Date: Sat, 24 Jan 2026 07:09:44 +0100 Subject: [PATCH] www-client/helium-bin: Fixed executable which pointed to old location. Upstream has renamed the binary from 'chrome' to 'helium' and our executable still pointed to /opt/helium/chrome. Closes: https://bugs.gentoo.org/969188 Signed-off-by: Jonas Frei --- www-client/helium-bin/files/helium | 2 +- .../{helium-bin-0.8.3.1.ebuild => helium-bin-0.8.3.1-r1.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename www-client/helium-bin/{helium-bin-0.8.3.1.ebuild => helium-bin-0.8.3.1-r1.ebuild} (100%) diff --git a/www-client/helium-bin/files/helium b/www-client/helium-bin/files/helium index 797d423c48..b5ccaa728f 100644 --- a/www-client/helium-bin/files/helium +++ b/www-client/helium-bin/files/helium @@ -6,4 +6,4 @@ export LD_LIBRARY_PATH="/opt/helium${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" # Example: EXTRA_FLAGS="--force-dark-mode --enable-features=VaapiVideoDecoder" EXTRA_FLAGS="" -exec /opt/helium/chrome $EXTRA_FLAGS "$@" +exec /opt/helium/helium $EXTRA_FLAGS "$@" diff --git a/www-client/helium-bin/helium-bin-0.8.3.1.ebuild b/www-client/helium-bin/helium-bin-0.8.3.1-r1.ebuild similarity index 100% rename from www-client/helium-bin/helium-bin-0.8.3.1.ebuild rename to www-client/helium-bin/helium-bin-0.8.3.1-r1.ebuild