commit:     9195eecc38151c11bb9e7a6952ffb7f19c8bafe9
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  9 20:41:08 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Mar  9 20:50:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9195eecc

net-dns/dnscrypt-proxy: fix vendored source usage

was broken with latest go-module eclass changes

Bug: https://bugs.gentoo.org/711924
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.39.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.39.ebuild 
b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.39.ebuild
index df223114220..bf14276c848 100644
--- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.39.ebuild
+++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.39.ebuild
@@ -34,7 +34,7 @@ PATCHES=( "${FILESDIR}"/config-full-paths-r10.patch )
 
 src_compile() {
        pushd "${PN}" >/dev/null || die
-       go build -buildmode="$(usex pie pie default)" || die
+       go build -v -x -mod=readonly -mod=vendor -buildmode="$(usex pie pie 
default)" || die
        popd >/dev/null || die
 }
 

Reply via email to