diff options
author | David Seifert <soap@gentoo.org> | 2019-08-29 13:38:10 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-29 13:38:10 +0200 |
commit | f5d4aaff82a36c119f322d984a7e9baf1cf5f677 (patch) | |
tree | e4eeb1a8ba498eb240b2db8da9b51313572dd9fe /app-shells/localshell | |
parent | app-portage/gentoolkit: [QA] Remove unnecessary slash strip (diff) | |
download | gentoo-f5d4aaff82a36c119f322d984a7e9baf1cf5f677.tar.gz gentoo-f5d4aaff82a36c119f322d984a7e9baf1cf5f677.tar.bz2 gentoo-f5d4aaff82a36c119f322d984a7e9baf1cf5f677.zip |
app-shells/localshell: [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-shells/localshell')
-rw-r--r-- | app-shells/localshell/localshell-1.3.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |