commit: 255f3ffd3e4c168be766efb72e32336f63d3e292
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 3 19:14:02 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 3 19:14:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255f3ffd
dev-python/repoze-lru: Fix SRC_URI
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
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 2d3af56e677..38fb7da1f2c 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 ->
${PN}-${PVR}.tar.gz"
+SRC_URI="https://github.com/repoze/repoze.lru/archive/${PV}.tar.gz ->
${P}-r1.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="repoze"