mu4e does not install with emacs-x11 installed
On edge, trying:
manager:~# apk add mu4e
ERROR: unsatisfiable constraints:
emacs-nox-26.3-r2:
breaks: emacs-x11-26.3-r2[!emacs-nox]
satisfies: emacs-26.3-r2[emacs-nox]
emacs-x11-26.3-r2:
breaks: emacs-nox-26.3-r2[!emacs-x11]
satisfies: world[emacs-x11]
Checking the APKBUILD:
mu4e() {
pkgdesc="Emacs-based e-mail client which uses mu as its back-end"
depends="$pkgname=$pkgver-r$pkgrel emacs"
This should probably be emacs | emacs-nox | emacs-x11 (does this syntax exist in aports?)
Ping @uggedal