commit: 7d9db68ee95042cfb775a451714f3d3588d7a4c3 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Jan 4 11:34:21 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Jan 4 11:36:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d9db68e
profiles/features/musl: package.mask app-editors/emacs:23 Bug: https://bugs.gentoo.org/830408 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> profiles/features/musl/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 66e8061eae59..afd35b854c6b 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ulrich Müller <[email protected]> (2022-01-04) +# Emacs 23 does not support x86_64-gentoo-linux-musl systems +# (bug #830408) +app-editors/emacs:23 + # Marek Szuba <[email protected]> (2022-01-01) # Binary-only package linked against glibc. app-crypt/rainbowcrack
