Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/timezone-data/
Date: Wed, 30 Jun 2021 18:31:05
Message-Id: 1625077858.91853a073fa4ddb51bd1d55776cc12cff8830ad5.floppym@gentoo
1 commit: 91853a073fa4ddb51bd1d55776cc12cff8830ad5
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 30 18:21:00 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 30 18:30:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91853a07
7
8 sys-libs/timezone-data: install tzdata.zi and leapseconds
9
10 These were dropped without explanation in
11 b98b3e74a652b48aa45c1eff9abe8b43f8145c33.
12
13 Somebody might find this data useful, and systemd might start using it
14 soon (https://github.com/systemd/systemd/pull/20066).
15
16 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
17
18 .../{timezone-data-2021a.ebuild => timezone-data-2021a-r1.ebuild} | 1 -
19 1 file changed, 1 deletion(-)
20
21 diff --git a/sys-libs/timezone-data/timezone-data-2021a.ebuild b/sys-libs/timezone-data/timezone-data-2021a-r1.ebuild
22 similarity index 99%
23 rename from sys-libs/timezone-data/timezone-data-2021a.ebuild
24 rename to sys-libs/timezone-data/timezone-data-2021a-r1.ebuild
25 index 2e39bb4f3ec..e103ef29df6 100644
26 --- a/sys-libs/timezone-data/timezone-data-2021a.ebuild
27 +++ b/sys-libs/timezone-data/timezone-data-2021a-r1.ebuild
28 @@ -62,7 +62,6 @@ src_configure() {
29 _emake() {
30 emake \
31 REDO=$(usex leaps-timezone posix_right posix_only) \
32 - TZDATA_TEXT= \
33 TOPDIR="${EPREFIX}" \
34 ZICDIR='$(TOPDIR)/usr/bin' \
35 "$@"