diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 11:04:31 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 11:04:31 +0100 |
commit | f10d1f9b7d1718562108cd2d89fc592a6e160958 (patch) | |
tree | 29dc675b89d7ec927756d0b46a27b496e311bbc3 | |
parent | sci-libs/ccfits: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-f10d1f9b7d1718562108cd2d89fc592a6e160958.tar.gz gentoo-f10d1f9b7d1718562108cd2d89fc592a6e160958.tar.bz2 gentoo-f10d1f9b7d1718562108cd2d89fc592a6e160958.zip |
sci-libs/ceres-solver: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | sci-libs/ceres-solver/ceres-solver-1.11.0.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/ceres-solver/ceres-solver-1.12.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/ceres-solver/ceres-solver-1.11.0.ebuild b/sci-libs/ceres-solver/ceres-solver-1.11.0.ebuild index bc3c8814acdc..d8f758d4dd37 100644 --- a/sci-libs/ceres-solver/ceres-solver-1.11.0.ebuild +++ b/sci-libs/ceres-solver/ceres-solver-1.11.0.ebuild @@ -9,7 +9,7 @@ inherit cmake-multilib eutils python-any-r1 toolchain-funcs DESCRIPTION="Nonlinear least-squares minimizer" HOMEPAGE="http://ceres-solver.org/" -SRC_URI="${HOMEPAGE}/${P}.tar.gz" +SRC_URI="http://ceres-solver.org/${P}.tar.gz" LICENSE="sparse? ( BSD ) !sparse? ( LGPL-2.1 ) cxsparse? ( BSD )" SLOT="0/1" diff --git a/sci-libs/ceres-solver/ceres-solver-1.12.0.ebuild b/sci-libs/ceres-solver/ceres-solver-1.12.0.ebuild index 12bc8aed8384..175e6a1cec4b 100644 --- a/sci-libs/ceres-solver/ceres-solver-1.12.0.ebuild +++ b/sci-libs/ceres-solver/ceres-solver-1.12.0.ebuild @@ -9,7 +9,7 @@ inherit cmake-multilib eutils python-any-r1 toolchain-funcs DESCRIPTION="Nonlinear least-squares minimizer" HOMEPAGE="http://ceres-solver.org/" -SRC_URI="${HOMEPAGE}/${P}.tar.gz" +SRC_URI="http://ceres-solver.org/${P}.tar.gz" LICENSE="sparse? ( BSD ) !sparse? ( LGPL-2.1 ) cxsparse? ( BSD )" SLOT="0/1" |