mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/repoze-lru: Fix SRC_URI
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user