diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-12-14 18:45:10 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-12-14 18:45:10 +0100 |
commit | a3b4ed45a597eb05b814e15f08741b64b59c3d2d (patch) | |
tree | faa9b73a9f11b00c36bd6906754f4868bbe651f4 /app-emacs | |
parent | x11-apps/xprop: Stabilize 1.2.8 ppc64, #946473 (diff) | |
download | gentoo-a3b4ed45a597eb05b814e15f08741b64b59c3d2d.tar.gz gentoo-a3b4ed45a597eb05b814e15f08741b64b59c3d2d.tar.bz2 gentoo-a3b4ed45a597eb05b814e15f08741b64b59c3d2d.zip |
app-emacs/emacs-common: Replace assert with pipestatus
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/emacs-common/emacs-common-1.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/emacs-common/emacs-common-1.10.ebuild b/app-emacs/emacs-common/emacs-common-1.10.ebuild index d1a861b5f2ca..2966e899528c 100644 --- a/app-emacs/emacs-common/emacs-common-1.10.ebuild +++ b/app-emacs/emacs-common/emacs-common-1.10.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit elisp-common desktop gnome2-utils readme.gentoo-r1 +inherit elisp-common desktop eapi9-pipestatus gnome2-utils readme.gentoo-r1 DESCRIPTION="Common files needed by all GNU Emacs versions" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" @@ -22,7 +22,7 @@ IDEPEND="gui? ( gsettings? ( dev-libs/glib ) )" src_install() { insinto "${SITELISP}" sed -e "s:@libdir@:$(get_libdir):g" subdirs.el.in | newins - subdirs.el - assert + pipestatus || die newins site-gentoo.el{,.orig} keepdir /etc/emacs |