diff options
Diffstat (limited to 'dev-python/repoze-lru/repoze-lru-0.7-r2.ebuild')
-rw-r--r-- | dev-python/repoze-lru/repoze-lru-0.7-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 2d3af56e6773..38fb7da1f2c5 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" |