diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-01-30 21:29:45 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-01-30 21:31:30 +0100 |
commit | ff7d89fb05372a559134e51f6dee5de3ab45b488 (patch) | |
tree | 3cb905e4ddc81a11feeeff36f9609ae19eff7d59 /app-emacs/fsharp-mode | |
parent | games-util/antimicrox: drop old 3.2.5 (diff) | |
download | gentoo-ff7d89fb05372a559134e51f6dee5de3ab45b488.tar.gz gentoo-ff7d89fb05372a559134e51f6dee5de3ab45b488.tar.bz2 gentoo-ff7d89fb05372a559134e51f6dee5de3ab45b488.zip |
app-emacs: H -> COMMIT
Bug: https://github.com/pkgcore/pkgcheck/issues/536
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/fsharp-mode')
-rw-r--r-- | app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild b/app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild index 38c255fda39b..a025cb964cbb 100644 --- a/app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild +++ b/app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild @@ -3,15 +3,15 @@ EAPI=8 -H=b3aa4c53fc9e98648b25ad036e657632ae2fe192 +COMMIT=b3aa4c53fc9e98648b25ad036e657632ae2fe192 NEED_EMACS=25 inherit elisp DESCRIPTION="Support for the F# programming language" HOMEPAGE="https://github.com/fsharp/emacs-fsharp-mode/" -SRC_URI="https://github.com/fsharp/emacs-${PN}/archive/${H}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/emacs-${PN}-${H} +SRC_URI="https://github.com/fsharp/emacs-${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/emacs-${PN}-${COMMIT} LICENSE="Apache-2.0" SLOT="0" |