diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 05:03:25 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 12:04:28 +0200 |
commit | 8af963953f4d4945b6e0ad659c22854bfc53d867 (patch) | |
tree | 1f00629609ffc1011e427f17db385c7e0f65f14e /sci-libs/p4est/p4est-1.1.ebuild | |
parent | sci-libs/votca-tools: use HTTPS for GitHub (diff) | |
download | gentoo-8af963953f4d4945b6e0ad659c22854bfc53d867.tar.gz gentoo-8af963953f4d4945b6e0ad659c22854bfc53d867.tar.bz2 gentoo-8af963953f4d4945b6e0ad659c22854bfc53d867.zip |
sci-libs/p4est: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sci-libs/p4est/p4est-1.1.ebuild')
-rw-r--r-- | sci-libs/p4est/p4est-1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/p4est/p4est-1.1.ebuild b/sci-libs/p4est/p4est-1.1.ebuild index c1defa40429a..b76a7efb8f01 100644 --- a/sci-libs/p4est/p4est-1.1.ebuild +++ b/sci-libs/p4est/p4est-1.1.ebuild @@ -11,7 +11,7 @@ inherit autotools eutils DESCRIPTION="Scalable Algorithms for Parallel Adaptive Mesh Refinement on Forests of Octrees" HOMEPAGE="http://www.p4est.org/" SRC_URI=" - https://github.com/cburstedde/p4est/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/cburstedde/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz https://github.com/cburstedde/libsc/archive/v${PV}.tar.gz -> libsc-${PV}.tar.gz" KEYWORDS="~amd64 ~x86" |