commit: 0d02ef000a109b2fd5284cdcd39570abddf4eb13 Author: Jonas Frei <freijon <AT> pm <DOT> me> AuthorDate: Sat Jan 24 06:09:44 2026 +0000 Commit: Jonas Frei <freijon <AT> pm <DOT> me> CommitDate: Sat Jan 24 06:11:13 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d02ef00
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 <freijon <AT> pm.me> 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(-) 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
