commit: d76703c3b61ce15ab0cd0b534f05d1f098a6a404 Author: Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com> AuthorDate: Thu Feb 18 09:35:25 2021 +0000 Commit: Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com> CommitDate: Thu Feb 18 09:35:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d76703c3
net-misc/rtv: fix ebuild Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Simon van der Maas <svdm-gentoo <AT> protonmail.com> net-misc/rtv/Manifest | 2 +- net-misc/rtv/rtv-1.27.0.ebuild | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/net-misc/rtv/Manifest b/net-misc/rtv/Manifest index 9de9576d..eec1ff6e 100644 --- a/net-misc/rtv/Manifest +++ b/net-misc/rtv/Manifest @@ -1 +1 @@ -DIST 1.27.0.tar.gz 17277593 BLAKE2B 25d504a7715cbab926d5dc612baee223d9fa192828763edffb3a8fa09861b2c6bf6835adda638b1300ecebbc2e1822709971dd9e63ea7e05b6a7eebc0d5dbda7 SHA512 38a136af0b9a4e693e9db119ebdee332a20002622029107c1860dc32f15fe2d4a0b68d1a45e6817e9c00a3aaece3dfcd604f04de71a6dec4bbf1c23df2bf6605 +DIST rtv-1.27.0.tar.gz 17277593 BLAKE2B 25d504a7715cbab926d5dc612baee223d9fa192828763edffb3a8fa09861b2c6bf6835adda638b1300ecebbc2e1822709971dd9e63ea7e05b6a7eebc0d5dbda7 SHA512 38a136af0b9a4e693e9db119ebdee332a20002622029107c1860dc32f15fe2d4a0b68d1a45e6817e9c00a3aaece3dfcd604f04de71a6dec4bbf1c23df2bf6605 diff --git a/net-misc/rtv/rtv-1.27.0.ebuild b/net-misc/rtv/rtv-1.27.0.ebuild index eab7d639..50827b51 100644 --- a/net-misc/rtv/rtv-1.27.0.ebuild +++ b/net-misc/rtv/rtv-1.27.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999 - 2021 Gentoo Authors +# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,8 +9,7 @@ inherit distutils-r1 DESCRIPTION="Browse Reddit from your terminal" HOMEPAGE="https://github.com/michael-lazar/rtv" -SRC_URI="https://github.com/michael-lazar/rtv/archive/v${PV}.tar.gz -> - ${PV}.tar.gz" +SRC_URI="https://github.com/michael-lazar/rtv/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0"
