mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lang/jsonnet: Use PV rather than hardcoded verison in SRC_URI
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
committed by
Patrick McLean
parent
a56f94be08
commit
d4a847f963
@@ -10,7 +10,7 @@ inherit toolchain-funcs distutils-r1
|
||||
|
||||
DESCRIPTION="A data templating language for app and tool developers "
|
||||
HOMEPAGE="http://jsonnet.org/"
|
||||
SRC_URI="https://github.com/google/jsonnet/archive/v0.12.1.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/google/jsonnet/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
IUSE="python"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
|
||||
Reference in New Issue
Block a user