commit:     1ca9822b7acf22314560db409a4fdf6cde197b28
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  7 12:51:17 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=1ca9822b

app-emacs/dashboard: fix EGIT_REPO_URI

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

 app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild 
b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
index 06ff1d2256e6..613982413eaf 100644
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
+++ b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/emacs-dashboard/emacs-dashboard/";
 
 if [[ ${PV} == *9999* ]] ; then
        inherit git-r3
-       EGIT_REPO_URI=".git"
+       EGIT_REPO_URI="https://github.com/emacs-dashboard/emacs-${PN}.git";
 else
        if [[ ${PV} == *pre20230401 ]] ; then
                COMMIT=0f970d298931f9de7b511086728af140bf44a642

Reply via email to