diff options
author | Sebastian Pipping <sping@gentoo.org> | 2024-03-09 14:06:09 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2024-03-09 14:08:11 +0100 |
commit | 3ed081778ec545235f21fb687ad967dc1958e239 (patch) | |
tree | 2e3a39dde307fd53c28818617a1f75e1072d5d6c /dev-libs/expat | |
parent | app-crypt/yubioath-flutter-bin: add 6.4.0 (diff) | |
download | gentoo-3ed081778ec545235f21fb687ad967dc1958e239.tar.gz gentoo-3ed081778ec545235f21fb687ad967dc1958e239.tar.bz2 gentoo-3ed081778ec545235f21fb687ad967dc1958e239.zip |
dev-libs/expat: Address implicit function declarations in config.log
Closes: https://bugs.gentoo.org/906384
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Diffstat (limited to 'dev-libs/expat')
-rw-r--r-- | dev-libs/expat/expat-2.6.1.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-libs/expat/expat-2.6.1.ebuild b/dev-libs/expat/expat-2.6.1.ebuild index 62135af6a17a..0eded1ee056a 100644 --- a/dev-libs/expat/expat-2.6.1.ebuild +++ b/dev-libs/expat/expat-2.6.1.ebuild @@ -19,6 +19,12 @@ BDEPEND="unicode? ( ${AUTOTOOLS_DEPEND} )" DOCS=( README.md ) +QA_CONFIG_IMPL_DECL_SKIP=( + # https://bugs.gentoo.org/906384 + arc4random + arc4random_buf +) + src_prepare() { default |