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:
Patrick McLean
2019-05-03 10:05:37 -07:00
committed by Patrick McLean
parent a56f94be08
commit d4a847f963

View File

@@ -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"