summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2019-09-14 20:43:48 -0400
committerCraig Andrews <candrews@gentoo.org>2019-09-14 21:32:24 -0400
commit87525fca21f1c3608698715efba09f3be5cb95a7 (patch)
tree4db668129d2da87b1944cb3b990b1b58e590d062
parentdev-go/go-tools: LICENSE: Add Apache-2.0 and MIT (diff)
downloadgentoo-87525fca.tar.gz
gentoo-87525fca.tar.bz2
gentoo-87525fca.zip
net-libs/quiche: Use github for boringssl
Avoids changing tar.gz files which break the manifest Closes: https://bugs.gentoo.org/694358 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews <candrews@gentoo.org>
-rw-r--r--net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild b/net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild
index 0776abf0f3e3..322f4df4e977 100644
--- a/net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild
+++ b/net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild
@@ -134,7 +134,7 @@ else
GIT_COMMIT="89d0317ffb5b12080a41aea2743272aac887eecd"
BORINGSSL_COMMIT="f18bd55240b229a65df48e7905da98fff18cbf59"
SRC_URI="https://github.com/cloudflare/${PN}/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz
- https://boringssl.googlesource.com/boringssl/+archive/${BORINGSSL_COMMIT}.tar.gz -> boringssl-${BORINGSSL_COMMIT}.tar.gz"
+ https://github.com/google/boringssl/archive/${BORINGSSL_COMMIT}.zip -> boringssl-${BORINGSSL_COMMIT}.tar.gz"
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
SRC_URI+=" $(cargo_crate_uris ${CRATES})"
KEYWORDS="~amd64"