commit:     4907904115ab9a8c371f5d2d877cd365205eaca6
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  7 12:51:41 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Apr  7 12:52:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49079041

app-emacs/powershell: fix EGIT_REPO_URI

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/powershell/powershell-0.3_pre20220805.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to