From: David Seifert Date: Thu, 29 Aug 2019 11:38:10 +0000 (+0200) Subject: app-shells/localshell: [QA] Fix ${HOMEPAGE} in SRC_URI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f5d4aaff82a36c119f322d984a7e9baf1cf5f677;p=gentoo.git app-shells/localshell: [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-shells/localshell/localshell-1.3.4-r1.ebuild b/app-shells/localshell/localshell-1.3.4-r1.ebuild index a001e5e7de9a..dbc6064a4f9f 100644 --- a/app-shells/localshell/localshell-1.3.4-r1.ebuild +++ b/app-shells/localshell/localshell-1.3.4-r1.ebuild @@ -7,7 +7,7 @@ inherit base eutils DESCRIPTION="Localshell allows per-user/group local control of shell execution" HOMEPAGE="http://git.orbis-terrarum.net/?p=infrastructure/localshellc.git;a=summary" -SRC_URI="${HOMEPAGE}/${P}.tar.bz2" +SRC_URI="http://git.orbis-terrarum.net/?p=infrastructure/localshellc.git;a=summary/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0"