commit: 6b65fa91a68c8bfc3b9d98c1bd6f19deb2d5457c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jan 24 03:38:28 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 24 03:38:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b65fa91
net-libs/meanwhile: add Debian bug references for -fno-tree-vrp workaround It was also added upstream in https://github.com/obriencj/meanwhile/commit/67d8eac15c6df031d918c128292d9a47239b645b though not yet in a release. Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/meanwhile/meanwhile-1.1.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-libs/meanwhile/meanwhile-1.1.1.ebuild b/net-libs/meanwhile/meanwhile-1.1.1.ebuild index 7ac2f29486e5..907715b8d5e7 100644 --- a/net-libs/meanwhile/meanwhile-1.1.1.ebuild +++ b/net-libs/meanwhile/meanwhile-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -37,6 +37,8 @@ src_prepare() { } src_configure() { + # https://bugs.debian.org/815045 + # https://bugs.debian.org/940621 append-cflags -fno-tree-vrp econf \
