commit:     3ca1bf51a7ae3e68e46a681393be242ae2944b3c
Author:     ingenarel <ingenarelitems <AT> gmail <DOT> com>
AuthorDate: Fri Nov 21 03:30:11 2025 +0000
Commit:     Saad Abdullah <ingenarelitems <AT> gmail <DOT> com>
CommitDate: Fri Nov 21 03:34:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ca1bf51

app-misc/superfile: update 9999

Signed-off-by: ingenarel <ingenarelitems <AT> gmail.com>

 app-misc/superfile/superfile-9999.ebuild | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/app-misc/superfile/superfile-9999.ebuild 
b/app-misc/superfile/superfile-9999.ebuild
index d74a9351fe..debad0029c 100644
--- a/app-misc/superfile/superfile-9999.ebuild
+++ b/app-misc/superfile/superfile-9999.ebuild
@@ -21,10 +21,18 @@ else
 fi
 
 LICENSE="MIT"
+
+# echo "# dependency licenses:"; printf 'LICENSES+=" '
+# go-licenses report ./... 2>/dev/null | awk -F ',' '{ print $NF }' | sort 
--unique | tr '\n' ' '; echo '"'
+
+# dependency licenses:
+LICENSES+=" Apache-2.0 BSD-2-Clause BSD-3-Clause GPL-3.0 ISC MIT MPL-2.0 "
+
 SLOT="0"
+BDEPEND=">=dev-lang/go-1.25.0"
 
 src_compile() {
-       ego build -o bin/spf
+       CGO_ENABLED=0 ego build -o bin/spf
 }
 
 src_install() {

Reply via email to