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/compat | |
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/compat')
-rw-r--r-- | app-emacs/compat/compat-28.1.1.3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-emacs/compat/compat-28.1.1.3.ebuild b/app-emacs/compat/compat-28.1.1.3.ebuild index db3cbb13f321..32c0bd9c7966 100644 --- a/app-emacs/compat/compat-28.1.1.3.ebuild +++ b/app-emacs/compat/compat-28.1.1.3.ebuild @@ -3,15 +3,16 @@ EAPI=8 -H=2c3233c0e09ef34176787b6e3da4319751ad91e7 +COMMIT=2c3233c0e09ef34176787b6e3da4319751ad91e7 NEED_EMACS=24 inherit elisp DESCRIPTION="Compatibility libraries for Emacs" HOMEPAGE="https://git.sr.ht/~pkal/compat/" -SRC_URI="https://git.sr.ht/~pkal/${PN}/archive/${H}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/${PN}-${H} +SRC_URI="https://git.sr.ht/~pkal/${PN}/archive/${COMMIT}.tar.gz + -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${COMMIT} LICENSE="GPL-3+" SLOT="0" |