diff options
author | Sam James <sam@gentoo.org> | 2021-01-19 03:00:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-19 03:00:28 +0000 |
commit | d079d041c136aadc642fba602e5f7b3b9cb726bc (patch) | |
tree | 8459c84ffb6b7266e47fb174a31453153ee94388 /sci-libs | |
parent | sci-libs/trilinos: fix DuplicateEclassInherits (diff) | |
download | gentoo-d079d041c136aadc642fba602e5f7b3b9cb726bc.tar.gz gentoo-d079d041c136aadc642fba602e5f7b3b9cb726bc.tar.bz2 gentoo-d079d041c136aadc642fba602e5f7b3b9cb726bc.zip |
sci-libs/volk: fix RedundantUriRename
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/volk/volk-2.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/volk/volk-2.4.1.ebuild b/sci-libs/volk/volk-2.4.1.ebuild index 2450491ce80e..625970715011 100644 --- a/sci-libs/volk/volk-2.4.1.ebuild +++ b/sci-libs/volk/volk-2.4.1.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 @@ -11,7 +11,7 @@ inherit cmake python-single-r1 DESCRIPTION="vector optimized library of kernels" HOMEPAGE="http://libvolk.org" -SRC_URI="https://github.com/gnuradio/volk/releases/download/v${PV}/${P}.tar.xz -> ${P}.tar.xz" +SRC_URI="https://github.com/gnuradio/volk/releases/download/v${PV}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0/$(ver_cut 1-2)" |