commit: 7e4da5788807c3ecfca3cc93d38e3b62e6a84eed
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Nov 7 03:55:48 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Nov 7 15:39:11 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e4da578
net-client/geopard: use cargo_env
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
net-client/geopard/geopard-1.7.0.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/net-client/geopard/geopard-1.7.0.ebuild
b/net-client/geopard/geopard-1.7.0.ebuild
index 6e4074639f..e85b1d7940 100644
--- a/net-client/geopard/geopard-1.7.0.ebuild
+++ b/net-client/geopard/geopard-1.7.0.ebuild
@@ -57,6 +57,10 @@ src_configure() {
meson_src_configure
}
+src_compile() {
+ cargo_env meson_src_compile
+}
+
src_test() {
# No meaningful tests
: