diff options
author | David Seifert <soap@gentoo.org> | 2023-09-08 10:55:07 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-09-08 10:55:07 +0200 |
commit | 1c724115c69649f251d50dc35d08aa2c03a9d6a4 (patch) | |
tree | a00c81a098f20d6fb39e82f01f4aa2058fd70d1e /app-text/libpaper | |
parent | net-firewall/ipt_netflow: drop old version (diff) | |
download | gentoo-1c724115c69649f251d50dc35d08aa2c03a9d6a4.tar.gz gentoo-1c724115c69649f251d50dc35d08aa2c03a9d6a4.tar.bz2 gentoo-1c724115c69649f251d50dc35d08aa2c03a9d6a4.zip |
app-text/libpaper: mask gnulib false positive implicit decls
Closes: https://bugs.gentoo.org/898346
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-text/libpaper')
-rw-r--r-- | app-text/libpaper/libpaper-2.1.1.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app-text/libpaper/libpaper-2.1.1.ebuild b/app-text/libpaper/libpaper-2.1.1.ebuild index 35123da4b6cf..2cae82b147f6 100644 --- a/app-text/libpaper/libpaper-2.1.1.ebuild +++ b/app-text/libpaper/libpaper-2.1.1.ebuild @@ -13,6 +13,12 @@ LICENSE="LGPL-2.1+ GPL-3+ public-domain" SLOT="0/$(ver_cut 1)" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +QA_CONFIG_IMPL_DECL_SKIP=( + # Gnulib false positives #898346 + # These are all tested without an #include first + MIN alignof static_assert +) + src_configure() { econf --enable-relocatable } |