commit:     68383a726272d16177eceed34a1d8797809502e2
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed May 24 02:05:04 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed May 24 02:05:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68383a72

app-text/enchant: Ignore implicit declaration of alignof

Closes: https://bugs.gentoo.org/898758
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 app-text/enchant/enchant-2.3.4-r1.ebuild | 4 ++++
 app-text/enchant/enchant-2.4.0.ebuild    | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/app-text/enchant/enchant-2.3.4-r1.ebuild 
b/app-text/enchant/enchant-2.3.4-r1.ebuild
index 8856a594b2a2..995fee40fd36 100644
--- a/app-text/enchant/enchant-2.3.4-r1.ebuild
+++ b/app-text/enchant/enchant-2.3.4-r1.ebuild
@@ -33,6 +33,10 @@ BDEPEND="
        virtual/pkgconfig
 "
 
+QA_CONFIG_IMPL_DECL_SKIP=(
+       alignof
+)
+
 src_configure() {
        local myconf=(
                --disable-static

diff --git a/app-text/enchant/enchant-2.4.0.ebuild 
b/app-text/enchant/enchant-2.4.0.ebuild
index a173d8fac09b..2e7316783b2a 100644
--- a/app-text/enchant/enchant-2.4.0.ebuild
+++ b/app-text/enchant/enchant-2.4.0.ebuild
@@ -33,6 +33,10 @@ BDEPEND="
        virtual/pkgconfig
 "
 
+QA_CONFIG_IMPL_DECL_SKIP=(
+       alignof
+)
+
 src_configure() {
        local myconf=(
                --disable-static

Reply via email to