From 2dfebe108d2bb4462266b349722a7df1e1c73781 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 29 Aug 2019 13:38:26 +0200 Subject: [PATCH] app-text/jo: [QA] Fix ${HOMEPAGE} in SRC_URI Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: David Seifert --- app-text/jo/jo-1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/jo/jo-1.1.ebuild b/app-text/jo/jo-1.1.ebuild index 704769988141..d52212e5bd0c 100644 --- a/app-text/jo/jo-1.1.ebuild +++ b/app-text/jo/jo-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ inherit autotools DESCRIPTION="JSON output from a shell" HOMEPAGE="https://github.com/jpmens/jo" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/jpmens/jo/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -- 2.26.2