commit: 1f63a7fb75b77335b37da11d32e8fdb1f8364641 Author: jinqiang zhang <peeweep <AT> 0x0 <DOT> ee> AuthorDate: Thu Jan 22 13:37:22 2026 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Thu Jan 22 22:32:06 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f63a7fb
app-i18n/librime-lua: build with -std=gnu++17 Bug: https://bugs.gentoo.org/966950 Signed-off-by: jinqiang zhang <peeweep <AT> 0x0.ee> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> app-i18n/librime-lua/librime-lua-20240819212322-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-i18n/librime-lua/librime-lua-20240819212322-r1.ebuild b/app-i18n/librime-lua/librime-lua-20240819212322-r1.ebuild index 527f47e30050..ea36eb01c1f3 100644 --- a/app-i18n/librime-lua/librime-lua-20240819212322-r1.ebuild +++ b/app-i18n/librime-lua/librime-lua-20240819212322-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2025 Gentoo Authors +# Copyright 2020-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -49,6 +49,8 @@ src_prepare() { } src_configure() { + # https://bugs.gentoo.org/966950 + append-flags -std=gnu++17 # -Werror=strict-aliasing # https://bugs.gentoo.org/940793 # https://github.com/hchunhui/librime-lua/issues/412
