summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2019-09-06 17:36:19 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2019-09-06 17:36:31 -0700
commita6801bad63e12f4221e1b10c56b851214a486776 (patch)
tree7227cf1a30b6e7d3f996de8d98cf45e746551082
parentnet-dns/dnscrypt-proxy: sync live ebuild (diff)
downloadgentoo-a6801bad.tar.gz
gentoo-a6801bad.tar.bz2
gentoo-a6801bad.zip
net-dns/dnscrypt-proxy: backport go fix to older versions
Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r--net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.19.ebuild2
-rw-r--r--net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.25.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.19.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.19.ebuild
index d8b429e49af1..2f732970bcdd 100644
--- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.19.ebuild
+++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.19.ebuild
@@ -35,7 +35,7 @@ src_prepare() {
# Create directory structure suitable for building
mkdir -p "src/${EGO_PN%/*}" || die
mv "${PN}" "src/${EGO_PN}" || die
- mv "vendor" "src/" || die
+ mv "vendor" "src/${EGO_PN}" || die
}
src_configure() {
diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.25.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.25.ebuild
index 257c123d9b07..fd4f4f93ab04 100644
--- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.25.ebuild
+++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.0.25.ebuild
@@ -39,7 +39,7 @@ src_prepare() {
# fixes $GOPATH/go.mod exists but should not
rm go.mod || die
mv "${PN}" "src/${EGO_PN}" || die
- mv "vendor" "src/" || die
+ mv "vendor" "src/${EGO_PN}" || die
}
src_configure() {