From: David Seifert Date: Thu, 29 Aug 2019 11:38:26 +0000 (+0200) Subject: app-text/jo: [QA] Fix ${HOMEPAGE} in SRC_URI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2dfebe108d2bb4462266b349722a7df1e1c73781;p=gentoo.git app-text/jo: [QA] Fix ${HOMEPAGE} in SRC_URI Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: David Seifert --- 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"