commit: 5c4d7b04bfa5a1df7f20a7ddf2635ce807f1c9fe
Author: Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Thu Jan 1 07:07:32 2026 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jan 1 07:07:32 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c4d7b04
www-client/helium-bin: Removed commented-out code
Signed-off-by: Jonas Frei <freijon <AT> pm.me>
www-client/helium-bin/helium-bin-0.7.7.2.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/www-client/helium-bin/helium-bin-0.7.7.2.ebuild
b/www-client/helium-bin/helium-bin-0.7.7.2.ebuild
index 9256741b38..76f65919d4 100644
--- a/www-client/helium-bin/helium-bin-0.7.7.2.ebuild
+++ b/www-client/helium-bin/helium-bin-0.7.7.2.ebuild
@@ -22,13 +22,11 @@ elif [[ ${ARCH} == arm64 ]] ; then
ARCH_TXT="${ARCH}"
fi
-#
SRC_URI="https://github.com/imputnet/${MY_PN}-linux/releases/download/${PV}/${MY_P}-${ARCH_TXT}_linux.tar.xz
-> ${P}.tar.xz"
SRC_URI="
amd64? (
https://github.com/imputnet/${MY_PN}-linux/releases/download/${PV}/${MY_P}-x86_64_linux.tar.xz
-> ${P}-amd64.tar.xz )
arm64? (
https://github.com/imputnet/${MY_PN}-linux/releases/download/${PV}/${MY_P}-arm64_linux.tar.xz
-> ${P}-arm64.tar.xz )
"
-# S=${WORKDIR}/${MY_P}-x86_64_linux
S=${WORKDIR}
LICENSE="GPL-3 BSD"