Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/timezone-data/
Date: Sun, 02 Jan 2022 17:49:51
Message-Id: 1641145745.f76dbf51cb2aa6234687820009ab98fb02571662.soap@gentoo
1 commit: f76dbf51cb2aa6234687820009ab98fb02571662
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 17:49:05 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 17:49:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76dbf51
7
8 sys-libs/timezone-data: remove freebsd-libc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-libs/timezone-data/timezone-data-2021a-r1.ebuild | 6 +++---
13 sys-libs/timezone-data/timezone-data-2021e.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/sys-libs/timezone-data/timezone-data-2021a-r1.ebuild b/sys-libs/timezone-data/timezone-data-2021a-r1.ebuild
17 index b6782069d7c5..0569f80588bc 100644
18 --- a/sys-libs/timezone-data/timezone-data-2021a-r1.ebuild
19 +++ b/sys-libs/timezone-data/timezone-data-2021a-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="7"
26 @@ -15,7 +15,7 @@ SRC_URI="https://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.t
27 LICENSE="BSD public-domain"
28 SLOT="0"
29 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
30 -IUSE="nls leaps-timezone elibc_FreeBSD zic-slim"
31 +IUSE="nls leaps-timezone zic-slim"
32
33 DEPEND="nls? ( virtual/libintl )"
34 RDEPEND="${DEPEND}
35 @@ -41,7 +41,7 @@ src_configure() {
36
37 append-lfs-flags #471102
38
39 - if use elibc_FreeBSD || use elibc_Darwin ; then
40 + if use elibc_Darwin ; then
41 append-cppflags -DSTD_INSPIRED #138251
42 fi
43
44
45 diff --git a/sys-libs/timezone-data/timezone-data-2021e.ebuild b/sys-libs/timezone-data/timezone-data-2021e.ebuild
46 index 6ff8d12c3bb9..656c7f532b86 100644
47 --- a/sys-libs/timezone-data/timezone-data-2021e.ebuild
48 +++ b/sys-libs/timezone-data/timezone-data-2021e.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2021 Gentoo Authors
51 +# Copyright 1999-2022 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI="7"
55 @@ -15,7 +15,7 @@ SRC_URI="https://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.t
56 LICENSE="BSD public-domain"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
59 -IUSE="nls leaps-timezone elibc_FreeBSD zic-slim"
60 +IUSE="nls leaps-timezone zic-slim"
61
62 DEPEND="nls? ( virtual/libintl )"
63 RDEPEND="${DEPEND}
64 @@ -41,7 +41,7 @@ src_configure() {
65
66 append-lfs-flags #471102
67
68 - if use elibc_FreeBSD || use elibc_Darwin ; then
69 + if use elibc_Darwin ; then
70 append-cppflags -DSTD_INSPIRED #138251
71 fi