repo/proj/guru:dev commit in: net-im/gomuks/
"Anna Vyalkova" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786097344.dcd8d55dfb58f5a2ad5b2819f9f2107f06d62e42.cybertailor@gentoo> |
commit: dcd8d55dfb58f5a2ad5b2819f9f2107f06d62e42
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Aug 7 10:01:02 2026 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Aug 7 10:09:04 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dcd8d55d
net-im/gomuks: add missing src_configure
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
net-im/gomuks/gomuks-26.07.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net-im/gomuks/gomuks-26.07.ebuild b/net-im/gomuks/gomuks-26.07.ebuild
index 5bf60d0e10..53d71c3c54 100644
--- a/net-im/gomuks/gomuks-26.07.ebuild
+++ b/net-im/gomuks/gomuks-26.07.ebuild
@@ -49,6 +49,8 @@ src_configure() {
# -tags libsqlite3: use system sqlite3 instead of bundled
# -tags libheif: use system libheif instead of bundled heic
GO_BUILD_TAGS="libheif,libsqlite3"
+
+ go-module_src_configure
}
src_compile() {
@@ -67,7 +69,7 @@ src_compile() {
ego build \
-ldflags "${go_ldflags[*]}" \
-tags "${GO_BUILD_TAGS}" \
- -x -v "./cmd/${cmd}"
+ "./cmd/${cmd}"
done
}