diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-04-07 14:51:17 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-04-07 14:52:10 +0200 |
commit | 1ca9822b7acf22314560db409a4fdf6cde197b28 (patch) | |
tree | 651847fe699e5c2b8fc4253cf5bdf0d790b4dfed /app-emacs/dashboard | |
parent | media-libs/opensubdiv: bump to 3.5.0, added support for cuda 12 to 3.4.4 & 3.... (diff) | |
download | gentoo-1ca9822b7acf22314560db409a4fdf6cde197b28.tar.gz gentoo-1ca9822b7acf22314560db409a4fdf6cde197b28.tar.bz2 gentoo-1ca9822b7acf22314560db409a4fdf6cde197b28.zip |
app-emacs/dashboard: fix EGIT_REPO_URI
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/dashboard')
-rw-r--r-- | app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |