commit: 53a6086bb993391f05f891760114e1b1e637b032 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Apr 22 15:32:34 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Apr 23 07:39:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53a6086b
dev-db/libiodbc: mention filter-lto can be dropped in comment too Bug: https://bugs.gentoo.org/924665 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-db/libiodbc/libiodbc-3.52.15-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-db/libiodbc/libiodbc-3.52.15-r1.ebuild b/dev-db/libiodbc/libiodbc-3.52.15-r1.ebuild index 88f9f7f009f2..bf22ee46bf77 100644 --- a/dev-db/libiodbc/libiodbc-3.52.15-r1.ebuild +++ b/dev-db/libiodbc/libiodbc-3.52.15-r1.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=7 @@ -41,6 +41,7 @@ src_prepare() { } src_configure() { + # XXX: Can be dropped on next release (after 3.52.16) # -Werror=lto-type-mismatch # https://bugs.gentoo.org/924665 # https://github.com/openlink/iODBC/issues/100
