diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 11:04:37 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 11:04:37 +0100 |
commit | a111840e98103fe379f094f65d8fc02765fac988 (patch) | |
tree | 6b19c76bd53a4520192c489193193b070a236b5a /sci-libs | |
parent | sci-libs/dmlc-core: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-a111840e98103fe379f094f65d8fc02765fac988.tar.gz gentoo-a111840e98103fe379f094f65d8fc02765fac988.tar.bz2 gentoo-a111840e98103fe379f094f65d8fc02765fac988.zip |
sci-libs/levmar: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/levmar/levmar-2.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/levmar/levmar-2.6.ebuild b/sci-libs/levmar/levmar-2.6.ebuild index 1a31e16ca9e1..8a9aeb3b8ff3 100644 --- a/sci-libs/levmar/levmar-2.6.ebuild +++ b/sci-libs/levmar/levmar-2.6.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils eutils toolchain-funcs DESCRIPTION="Levenberg-Marquardt nonlinear least squares C library" HOMEPAGE="https://www.ics.forth.gr/~lourakis/levmar/" -SRC_URI="${HOMEPAGE}/${P}.tgz" +SRC_URI="https://www.ics.forth.gr/~lourakis/levmar/${P}.tgz" LICENSE="GPL-2" SLOT="0" |