diff options
Diffstat (limited to 'app-emacs/racket-mode/racket-mode-1_p20221122.ebuild')
-rw-r--r-- | app-emacs/racket-mode/racket-mode-1_p20221122.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/racket-mode/racket-mode-1_p20221122.ebuild b/app-emacs/racket-mode/racket-mode-1_p20221122.ebuild index b2da6ed1f053..7e076da878ad 100644 --- a/app-emacs/racket-mode/racket-mode-1_p20221122.ebuild +++ b/app-emacs/racket-mode/racket-mode-1_p20221122.ebuild @@ -3,16 +3,16 @@ EAPI=8 -H=b07ffc1541c848a85d8c1afa807ed06cb8e81228 +[[ ${PV} == *_p20221122 ]] && COMMIT=b07ffc1541c848a85d8c1afa807ed06cb8e81228 NEED_EMACS=25.1 inherit elisp DESCRIPTION="Emacs modes for Racket: edit, REPL, check-syntax, debug, profile, and more" HOMEPAGE="https://github.com/greghendershott/racket-mode/" -SRC_URI="https://github.com/greghendershott/${PN}/archive/${H}.tar.gz +SRC_URI="https://github.com/greghendershott/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/${PN}-${H} +S="${WORKDIR}"/${PN}-${COMMIT} LICENSE="GPL-2+" SLOT="0" |