From f254692174647cb78634daaf40a8458e44b6f72c Mon Sep 17 00:00:00 2001 From: Danny McClanahan <1305167+cosmicexplorer@users.noreply.github.com> Date: Fri, 9 Sep 2022 14:53:19 +0000 Subject: [PATCH] community/emacs: add conflict with libexecinfo-dev this causes emacs to fail- some people might have this installed via other means --- community/emacs/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/community/emacs/APKBUILD b/community/emacs/APKBUILD index c17253a1bce9..6cd1781f1000 100644 --- a/community/emacs/APKBUILD +++ b/community/emacs/APKBUILD @@ -19,6 +19,7 @@ makedepends=" linux-headers ncurses-dev ncurses-libs + !libexecinfo-dev " subpackages="$pkgname-doc $pkgname-nox" source="https://ftp.gnu.org/gnu/emacs/emacs-$pkgver.tar.xz -- GitLab