diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-04-07 14:51:41 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-04-07 14:52:10 +0200 |
commit | 4907904115ab9a8c371f5d2d877cd365205eaca6 (patch) | |
tree | 3c33e89c7af3ce1abb94701445366a6e4624fe94 /app-emacs/powershell | |
parent | app-emacs/dashboard: fix EGIT_REPO_URI (diff) | |
download | gentoo-4907904115ab9a8c371f5d2d877cd365205eaca6.tar.gz gentoo-4907904115ab9a8c371f5d2d877cd365205eaca6.tar.bz2 gentoo-4907904115ab9a8c371f5d2d877cd365205eaca6.zip |
app-emacs/powershell: fix EGIT_REPO_URI
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/powershell')
-rw-r--r-- | app-emacs/powershell/powershell-0.3_pre20220805.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/powershell/powershell-0.3_pre20220805.ebuild b/app-emacs/powershell/powershell-0.3_pre20220805.ebuild index bc8ef42ae71a..ef23378c37c5 100644 --- a/app-emacs/powershell/powershell-0.3_pre20220805.ebuild +++ b/app-emacs/powershell/powershell-0.3_pre20220805.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/jschaf/powershell.el/" if [[ ${PV} == *9999* ]] ; then inherit git-r3 - EGIT_REPO_URI=".git" + EGIT_REPO_URI="https://github.com/jschaf/${PN}.el.git" else if [[ ${PV} == *_pre20220805 ]] ; then COMMIT=f2da15857e430206e215a3c65289b4058ae3c976 |