summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-03-19 13:25:24 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-03-19 14:53:08 +0100
commit4adcc58b0bbdf09c7faecd45095f23f1a476c87d (patch)
treec5fd83289ee33aff8848a0fae4ea165f1e8f0b74 /app-emacs
parentapp-emacs/company-coq: guard COMMIT hash for correct snapshots (diff)
downloadgentoo-4adcc58b0bbdf09c7faecd45095f23f1a476c87d.tar.gz
gentoo-4adcc58b0bbdf09c7faecd45095f23f1a476c87d.tar.bz2
gentoo-4adcc58b0bbdf09c7faecd45095f23f1a476c87d.zip
app-emacs/emojify: guard COMMIT hash for correct snapshots
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/emojify/emojify-1.2_p20210309.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/emojify/emojify-1.2_p20210309.ebuild b/app-emacs/emojify/emojify-1.2_p20210309.ebuild
index 4474d180376c..50c7c8766728 100644
--- a/app-emacs/emojify/emojify-1.2_p20210309.ebuild
+++ b/app-emacs/emojify/emojify-1.2_p20210309.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-COMMIT=1b726412f19896abf5e4857d4c32220e33400b55
+[[ ${PV} == *_p20210309 ]] && COMMIT=1b726412f19896abf5e4857d4c32220e33400b55
NEED_EMACS=24.3
inherit elisp
@@ -11,7 +11,7 @@ inherit elisp
DESCRIPTION="Display emojis in Emacs, like :smile: or plain ASCII ones like :)"
HOMEPAGE="https://github.com/iqbalansari/emacs-emojify/"
SRC_URI="https://github.com/iqbalansari/emacs-${PN}/archive/${COMMIT}.tar.gz
- -> ${P}.tar.gz"
+ -> ${P}.tar.gz"
S="${WORKDIR}"/emacs-${PN}-${COMMIT}
LICENSE="GPL-3+"