diff options
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/timezone-data/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/timezone-data/files/timezone-data-2005n-makefile.patch | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-libs/timezone-data/ChangeLog b/sys-libs/timezone-data/ChangeLog index 395874ac75bf..a990e1d14ad8 100644 --- a/sys-libs/timezone-data/ChangeLog +++ b/sys-libs/timezone-data/ChangeLog @@ -1,10 +1,6 @@ # ChangeLog for sys-libs/timezone-data # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/ChangeLog,v 1.2 2005/10/27 20:44:02 hansmi Exp $ - - 27 Oct 2005; Michael Hanselmann <hansmi@gentoo.org> - timezone-data-2005n.ebuild: - Added to ~ppc. +# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/ChangeLog,v 1.3 2005/10/28 00:01:05 vapier Exp $ *timezone-data-2005n (19 Oct 2005) diff --git a/sys-libs/timezone-data/files/timezone-data-2005n-makefile.patch b/sys-libs/timezone-data/files/timezone-data-2005n-makefile.patch index 31aa4c371068..f640fd59fd37 100644 --- a/sys-libs/timezone-data/files/timezone-data-2005n-makefile.patch +++ b/sys-libs/timezone-data/files/timezone-data-2005n-makefile.patch @@ -6,6 +6,7 @@ - Move zic zdump to sbin and tzselect to bin ala glibc - Install posix zoneinfo into zoneinfo/posix/ instead of zoneinfo-posix/ ala glibc - Install leaps zoneinfo into zoneinfo/right/ ala glibc + - Disable broken web test --- Makefile +++ Makefile @@ -90,3 +91,10 @@ + -d $(TZDIR)/right -L leapseconds $(TDATA) posix_right: posix_only other_two +@@ -366,5 +366,5 @@ + chmod +x $@ + +-check: check_tables check_web ++check: check_tables + + check_tables: checktab.awk $(PRIMARY_YDATA) |