summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/noflet/noflet-0.0.15_p20141102-r1.ebuild')
-rw-r--r--app-emacs/noflet/noflet-0.0.15_p20141102-r1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-emacs/noflet/noflet-0.0.15_p20141102-r1.ebuild b/app-emacs/noflet/noflet-0.0.15_p20141102-r1.ebuild
index 461c04cef26d..6f78f54c8541 100644
--- a/app-emacs/noflet/noflet-0.0.15_p20141102-r1.ebuild
+++ b/app-emacs/noflet/noflet-0.0.15_p20141102-r1.ebuild
@@ -1,21 +1,21 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-H=7ae84dc3257637af7334101456dafe1759c6b68a
+COMMIT=7ae84dc3257637af7334101456dafe1759c6b68a
inherit elisp
DESCRIPTION="Dynamic, local advice for Emacs-Lisp code"
HOMEPAGE="https://github.com/nicferrier/emacs-noflet/"
-SRC_URI="https://github.com/nicferrier/emacs-${PN}/archive/${H}.tar.gz
+SRC_URI="https://github.com/nicferrier/emacs-${PN}/archive/${COMMIT}.tar.gz
-> ${P}.tar.gz"
-S="${WORKDIR}"/emacs-${PN}-${H}
+S="${WORKDIR}"/emacs-${PN}-${COMMIT}
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
RDEPEND="app-emacs/dash"
BDEPEND="${RDEPEND}"