commit:     8255ff3bd0a3ff0d226e2614cd715b5cdcb6c7fa
Author:     ingenarel <ingenarelitems <AT> gmail <DOT> com>
AuthorDate: Fri Nov 21 04:35:02 2025 +0000
Commit:     Saad Abdullah <ingenarelitems <AT> gmail <DOT> com>
CommitDate: Fri Nov 21 04:35:02 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8255ff3b

net-im/discordo: update 9999

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

 net-im/discordo/discordo-9999.ebuild | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/net-im/discordo/discordo-9999.ebuild 
b/net-im/discordo/discordo-9999.ebuild
index faa721d554..bf9d1e7f5d 100644
--- a/net-im/discordo/discordo-9999.ebuild
+++ b/net-im/discordo/discordo-9999.ebuild
@@ -35,16 +35,23 @@ else
 fi
 
 LICENSE="GPL-3"
+
+# 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 "
+
 SLOT="0"
 BDEPEND="
-       >=dev-lang/go-1.25
+       >=dev-lang/go-1.25.3
        x11-libs/libnotify
 "
 
 DOCS=( README.md internal/config/config.toml )
 
 src_compile() {
-       ego build -o "bin/$PN"
+       CGO_ENABLED=0 ego build -o "bin/$PN"
 }
 
 src_install() {

Reply via email to