Diff timezone-data-2022g with a timezone-data-2023a
/usr/portage/sys-libs/timezone-data/timezone-data-2023a.ebuild 2023-10-09 14:52:35.564368503 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
14 | 14 | |
15 | 15 |
LICENSE="BSD public-domain" |
16 | 16 |
SLOT="0" |
17 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
17 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
18 | 18 |
IUSE="nls leaps-timezone zic-slim" |
19 | 19 | |
20 | 20 |
DEPEND="nls? ( virtual/libintl )" |
... | ... | |
23 | 23 |
!sys-libs/glibc[vanilla(+)] |
24 | 24 |
" |
25 | 25 | |
26 |
PATCHES=( |
|
27 |
"${FILESDIR}"/${P}-c23.patch |
|
28 |
) |
|
29 | ||
30 | 26 |
src_unpack() { |
31 | 27 |
mkdir "${S}" && cd "${S}" || die |
32 | 28 |
default |