Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/nxml-gentoo-schemas:master commit in: /
Date: Thu, 09 Jan 2020 23:37:13
Message-Id: 1578612695.05f57e06e8ac66d0bbfc805ef4d7edb88e4d3be3.ulm@gentoo
1 commit: 05f57e06e8ac66d0bbfc805ef4d7edb88e4d3be3
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 9 23:31:35 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 9 23:31:35 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/nxml-gentoo-schemas.git/commit/?id=05f57e06
7
8 Makefile: Output date in UTC time zone.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 Makefile | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/Makefile b/Makefile
16 index 04e04d9..8d0c661 100644
17 --- a/Makefile
18 +++ b/Makefile
19 @@ -7,7 +7,7 @@ RNCS = $(patsubst %.dtd,%.rnc,$(DTDS))
20 ifneq ($(PV),)
21 PN=nxml-gentoo-schemas-$(PV)
22 else
23 -PN=nxml-gentoo-schemas-$(shell date '+%Y%m%d')
24 +PN=nxml-gentoo-schemas-$(shell TZ=UTC date '+%Y%m%d')
25 endif
26
27 TARBALL=$(PN).tar.xz