Diff timezone-data-2025a-r1 with a timezone-data-2025c

/usr/portage/sys-libs/timezone-data/timezone-data-2025c.ebuild 2026-02-24 11:46:04.369144393 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
45 45

  
46 46
	append-cppflags -DHAVE_GETTEXT=$(usex nls 1 0) -DTZ_DOMAIN='\"libc\"'
47 47

  
48
	# Upstream default is 'slim', but it breaks quite a few programs
48
	# Upstream default is 'slim', but it breaks quite a few programs,
49 49
	# that parse /etc/localtime directly: bug #747538.
50 50
	append-cppflags -DZIC_BLOAT_DEFAULT='\"'$(usex zic-slim slim fat)'\"'
51 51

  
Thank you!