From: David Seifert Date: Thu, 29 Aug 2019 11:38:32 +0000 (+0200) Subject: app-text/pinfo: [QA] Fix ${HOMEPAGE} in SRC_URI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6869e14972a2c38cb06a66fff592dcff2edaea4f;p=gentoo.git app-text/pinfo: [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/pinfo/pinfo-0.6.13.ebuild b/app-text/pinfo/pinfo-0.6.13.ebuild index 70e4f9f8e0c8..07dccc853773 100644 --- a/app-text/pinfo/pinfo-0.6.13.ebuild +++ b/app-text/pinfo/pinfo-0.6.13.ebuild @@ -6,7 +6,7 @@ inherit autotools flag-o-matic DESCRIPTION="Hypertext info and man viewer based on (n)curses" HOMEPAGE="https://github.com/baszoetekouw/pinfo" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/baszoetekouw/pinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-text/pinfo/pinfo-99999.ebuild b/app-text/pinfo/pinfo-99999.ebuild index 961b78a24b48..c6cc673a9633 100644 --- a/app-text/pinfo/pinfo-99999.ebuild +++ b/app-text/pinfo/pinfo-99999.ebuild @@ -6,7 +6,7 @@ inherit autotools flag-o-matic git-r3 DESCRIPTION="Hypertext info and man viewer based on (n)curses" HOMEPAGE="https://github.com/baszoetekouw/pinfo" -EGIT_REPO_URI="${HOMEPAGE}" +EGIT_REPO_URI="https://github.com/baszoetekouw/pinfo.git" LICENSE="GPL-2" SLOT="0"