diff options
author | 2020-01-13 11:05:53 +0100 | |
---|---|---|
committer | 2020-01-13 11:05:53 +0100 | |
commit | 6d3c8c3b25dcae56961db2fb799b497a99fd97f3 (patch) | |
tree | f6c2172f427d023c8b48c35a17bb4a7edefc2242 /sys-cluster | |
parent | sys-boot/unetbootin: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-6d3c8c3b25dcae56961db2fb799b497a99fd97f3.tar.gz gentoo-6d3c8c3b25dcae56961db2fb799b497a99fd97f3.tar.bz2 gentoo-6d3c8c3b25dcae56961db2fb799b497a99fd97f3.zip |
sys-cluster/mvapich2: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/mvapich2/mvapich2-1.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/mvapich2/mvapich2-1.6.ebuild b/sys-cluster/mvapich2/mvapich2-1.6.ebuild index d5bc03fc1b7d..b75168cb8715 100644 --- a/sys-cluster/mvapich2/mvapich2-1.6.ebuild +++ b/sys-cluster/mvapich2/mvapich2-1.6.ebuild @@ -7,7 +7,7 @@ inherit fortran-2 DESCRIPTION="MVAPICH2 MPI-over-infiniband package auto-configured for OpenIB" HOMEPAGE="http://mvapich.cse.ohio-state.edu/" -SRC_URI="${HOMEPAGE}/download/mvapich2/mvapich2-${PV/_/-}.tgz" +SRC_URI="http://mvapich.cse.ohio-state.edu/download/mvapich2/mvapich2-${PV/_/-}.tgz" SLOT="0" LICENSE="BSD" |