From 5c6cfde531eebcacc3ee54710df4b8878ba7b766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 4 Dec 2020 13:35:09 +0100 Subject: [PATCH] Revert "dev-python/repoze-lru: Fix SRC_URI" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 255f3ffd3e4c168be766efb72e32336f63d3e292. Signed-off-by: Michał Górny --- dev-python/repoze-lru/repoze-lru-0.7-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/repoze-lru/repoze-lru-0.7-r2.ebuild b/dev-python/repoze-lru/repoze-lru-0.7-r2.ebuild index 38fb7da1f2c51..2d3af56e6773d 100644 --- a/dev-python/repoze-lru/repoze-lru-0.7-r2.ebuild +++ b/dev-python/repoze-lru/repoze-lru-0.7-r2.ebuild @@ -11,7 +11,7 @@ MY_P=${MY_PN}-${PV} DESCRIPTION="A tiny LRU cache implementation and decorator" HOMEPAGE="http://www.repoze.org" -SRC_URI="https://github.com/repoze/repoze.lru/archive/${PV}.tar.gz -> ${P}-r1.tar.gz" +SRC_URI="https://github.com/repoze/repoze.lru/archive/${PV}.tar.gz -> ${PN}-${PVR}.tar.gz" S="${WORKDIR}/${MY_P}" LICENSE="repoze"