commit: d6102aa7bfeddf596180ca741dbf1edbcbb1716e Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sun Jul 23 15:45:30 2023 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sun Jul 23 15:46:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6102aa7
app-portage/portage-utils-0.96.1: suppress MIN function check Closes: https://bugs.gentoo.org/898362 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> app-portage/portage-utils/portage-utils-0.96.1.ebuild | 3 +++ app-portage/portage-utils/portage-utils-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/app-portage/portage-utils/portage-utils-0.96.1.ebuild b/app-portage/portage-utils/portage-utils-0.96.1.ebuild index a40fd823f800..31ad40ade17a 100644 --- a/app-portage/portage-utils/portage-utils-0.96.1.ebuild +++ b/app-portage/portage-utils/portage-utils-0.96.1.ebuild @@ -54,6 +54,9 @@ DEPEND="${RDEPEND} )" BDEPEND="virtual/pkgconfig" +# bug #898362, gnulib check explicitly looks for MIN in some headers +QA_CONFIG_IMPL_DECL_SKIP="MIN" + pkg_setup() { [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp } diff --git a/app-portage/portage-utils/portage-utils-9999.ebuild b/app-portage/portage-utils/portage-utils-9999.ebuild index a40fd823f800..31ad40ade17a 100644 --- a/app-portage/portage-utils/portage-utils-9999.ebuild +++ b/app-portage/portage-utils/portage-utils-9999.ebuild @@ -54,6 +54,9 @@ DEPEND="${RDEPEND} )" BDEPEND="virtual/pkgconfig" +# bug #898362, gnulib check explicitly looks for MIN in some headers +QA_CONFIG_IMPL_DECL_SKIP="MIN" + pkg_setup() { [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp }
