diff options
author | David Seifert <soap@gentoo.org> | 2019-08-29 13:38:32 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-29 13:38:32 +0200 |
commit | 6869e14972a2c38cb06a66fff592dcff2edaea4f (patch) | |
tree | 902b6785a7cef8b8ac6b421df1c559be7b5fe473 /app-text | |
parent | app-text/mathtex: [QA] Add missing DEPEND="app-arch/unzip" (diff) | |
download | gentoo-6869e14972a2c38cb06a66fff592dcff2edaea4f.tar.gz gentoo-6869e14972a2c38cb06a66fff592dcff2edaea4f.tar.bz2 gentoo-6869e14972a2c38cb06a66fff592dcff2edaea4f.zip |
app-text/pinfo: [QA] Fix ${HOMEPAGE} in SRC_URI
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pinfo/pinfo-0.6.13.ebuild | 2 | ||||
-rw-r--r-- | app-text/pinfo/pinfo-99999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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" |