summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-02 09:25:21 +0100
committerSam James <sam@gentoo.org>2021-04-03 16:43:04 +0100
commit07f9aea4423245096bc4bed7e49efc94d124165e (patch)
tree21f277030001a7e3745122e5ec6a1d010624a5cd
parentapp-portage/no-distcc-env: fix variable references (diff)
downloadgentoo-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>
-rw-r--r--dev-cpp/eigen/eigen-3.3.7-r1.ebuild4
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"