commit: 83fd0bfe332e8838a2437bd91757af900978df49 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Nov 16 18:29:55 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Nov 16 18:29:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83fd0bfe
net-libs/liboauth: whitelist fp makedev Closes: https://bugs.gentoo.org/900090 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> net-libs/liboauth/liboauth-1.0.3-r4.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net-libs/liboauth/liboauth-1.0.3-r4.ebuild b/net-libs/liboauth/liboauth-1.0.3-r4.ebuild index 6b1a9241c0b7..e477af88bd40 100644 --- a/net-libs/liboauth/liboauth-1.0.3-r4.ebuild +++ b/net-libs/liboauth/liboauth-1.0.3-r4.ebuild @@ -40,6 +40,11 @@ BDEPEND=" DOCS=( AUTHORS ChangeLog LICENSE.OpenSSL README ) +QA_CONFIG_IMPL_DECL_SKIP=( + # works as intended + makedev +) + src_configure() { local myeconfargs=( # Upstream recommended NSS in the past for licencing reasons but w/ OpenSSL 3 that's
