Skip to content

Commit

Permalink
app-emacs/dashboard: fix EGIT_REPO_URI
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Barć <[email protected]>
  • Loading branch information
xgqt committed Apr 7, 2023
1 parent e9ae2ed commit 1ca9822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ca9822

Please sign in to comment.