diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-22 12:02:34 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-22 12:05:19 +0100 |
commit | 346a674f0e1c2d40fb73adc0ae527e52a53bc892 (patch) | |
tree | 1829810630a97a935f03a42c51fe7e648cd5dfb3 /eclass/elisp-common.eclass | |
parent | sys-libs/libunwind: stable 1.2.1-r3 for hppa, bug #702306 (diff) | |
download | gentoo-346a674f0e1c2d40fb73adc0ae527e52a53bc892.tar.gz gentoo-346a674f0e1c2d40fb73adc0ae527e52a53bc892.tar.bz2 gentoo-346a674f0e1c2d40fb73adc0ae527e52a53bc892.zip |
elisp-common.eclass: Add missing argument to eend.
Thanks to mgorny for pointing this out.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/elisp-common.eclass')
-rw-r--r-- | eclass/elisp-common.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index a4bff25f165a..b5ea21cb22bf 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -457,7 +457,7 @@ elisp-site-regen() { # was actually no change. # A case is a remerge where we have doubled output. rm -f "${T}"/site-gentoo.el - eend + eend 0 einfo "... no changes." else mv "${T}"/site-gentoo.el "${sitelisp}"/site-gentoo.el |