diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-01-29 10:15:06 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-01-29 10:17:11 +0100 |
commit | 58c0081f5269d5983fbb4d440c24ba9cde6c9595 (patch) | |
tree | a2785b056351ea6d51443e098b8615b06613762d /app-editors | |
parent | app-admin/usbview: add 3.1 (diff) | |
download | gentoo-58c0081f5269d5983fbb4d440c24ba9cde6c9595.tar.gz gentoo-58c0081f5269d5983fbb4d440c24ba9cde6c9595.tar.bz2 gentoo-58c0081f5269d5983fbb4d440c24ba9cde6c9595.zip |
app-editors/emacs: Evade tinderbox bug
Bug: https://bugs.gentoo.org/898304
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/emacs-29.2.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-editors/emacs/emacs-29.2.ebuild b/app-editors/emacs/emacs-29.2.ebuild index 1d369b00aca6..c93571654cf7 100644 --- a/app-editors/emacs/emacs-29.2.ebuild +++ b/app-editors/emacs/emacs-29.2.ebuild @@ -171,6 +171,9 @@ RDEPEND+=" ${IDEPEND}" EMACS_SUFFIX="emacs-${SLOT}" SITEFILE="20${EMACS_SUFFIX}-gentoo.el" +# Evade tinderbox bug #898304 +QA_CONFIG_IMPL_DECL_SKIP=( malloc_{set,get}_state MIN static_assert alignof ) + src_prepare() { if [[ ${PV##*.} = 9999 ]]; then FULL_VERSION=$(sed -n 's/^AC_INIT([^,]*,[^0-9.]*\([0-9.]*\).*/\1/p' \ |