From d4a847f963b44ba7595d12eb9f9f2e08696cdcad Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Fri, 3 May 2019 10:05:37 -0700 Subject: [PATCH] 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 --- dev-lang/jsonnet/jsonnet-0.12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/jsonnet/jsonnet-0.12.1.ebuild b/dev-lang/jsonnet/jsonnet-0.12.1.ebuild index 9a918f8379dd..304c28351003 100644 --- a/dev-lang/jsonnet/jsonnet-0.12.1.ebuild +++ b/dev-lang/jsonnet/jsonnet-0.12.1.ebuild @@ -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" -- 2.26.2