diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 09:25:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:43:04 +0100 |
commit | 07f9aea4423245096bc4bed7e49efc94d124165e (patch) | |
tree | 21f277030001a7e3745122e5ec6a1d010624a5cd /dev-cpp | |
parent | app-portage/no-distcc-env: fix variable references (diff) | |
download | gentoo-07f9aea4423245096bc4bed7e49efc94d124165e.tar.gz gentoo-07f9aea4423245096bc4bed7e49efc94d124165e.tar.bz2 gentoo-07f9aea4423245096bc4bed7e49efc94d124165e.zip |
dev-cpp/eigen: fix StaticSrcUri
It was a one-off, but why not?
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/eigen/eigen-3.3.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/eigen/eigen-3.3.7-r1.ebuild b/dev-cpp/eigen/eigen-3.3.7-r1.ebuild index 78cd681f6b17..6e6a9e5aa2ce 100644 --- a/dev-cpp/eigen/eigen-3.3.7-r1.ebuild +++ b/dev-cpp/eigen/eigen-3.3.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ inherit cmake cuda fortran-2 DESCRIPTION="C++ template library for linear algebra" HOMEPAGE="http://eigen.tuxfamily.org/index.php?title=Main_Page" -SRC_URI="https://gitlab.com/libeigen/eigen/-/archive/3.3.7/${P}.tar.bz2 -> ${P}-gitlab.tar.bz2" +SRC_URI="https://gitlab.com/libeigen/eigen/-/archive/${PV}/${P}.tar.bz2 -> ${P}-gitlab.tar.bz2" LICENSE="MPL-2.0" SLOT="3" |