diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-10-27 02:29:20 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-10-27 02:29:20 +0000 |
commit | 7f6af7f3b6b19bd6217670b4b0909775d30ebd42 (patch) | |
tree | 8efa675568ae8b98df89bafcab42ccbaf3b2e442 /sys-libs/timezone-data | |
parent | Fix fcntl.h conflicts #244470. (diff) | |
download | gentoo-2-7f6af7f3b6b19bd6217670b4b0909775d30ebd42.tar.gz gentoo-2-7f6af7f3b6b19bd6217670b4b0909775d30ebd42.tar.bz2 gentoo-2-7f6af7f3b6b19bd6217670b4b0909775d30ebd42.zip |
amd64 stable, bug 244391
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-git6 x86_64)
Diffstat (limited to 'sys-libs/timezone-data')
-rw-r--r-- | sys-libs/timezone-data/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/timezone-data/timezone-data-2008g-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/timezone-data/ChangeLog b/sys-libs/timezone-data/ChangeLog index 3d6690032aef..7e2e0d2a6392 100644 --- a/sys-libs/timezone-data/ChangeLog +++ b/sys-libs/timezone-data/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/timezone-data # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/ChangeLog,v 1.155 2008/10/26 14:07:03 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/ChangeLog,v 1.156 2008/10/27 02:29:20 darkside Exp $ + + 27 Oct 2008; Jeremy Olexa <darkside@gentoo.org> + timezone-data-2008g-r1.ebuild: + amd64 stable, bug 244391 26 Oct 2008; nixnut <nixnut@gentoo.org> timezone-data-2008g-r1.ebuild: Stable on ppc wrt bug 244391 diff --git a/sys-libs/timezone-data/timezone-data-2008g-r1.ebuild b/sys-libs/timezone-data/timezone-data-2008g-r1.ebuild index 49ed3138b713..a946662f4737 100644 --- a/sys-libs/timezone-data/timezone-data-2008g-r1.ebuild +++ b/sys-libs/timezone-data/timezone-data-2008g-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2008g-r1.ebuild,v 1.5 2008/10/26 14:07:03 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2008g-r1.ebuild,v 1.6 2008/10/27 02:29:20 darkside Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -15,7 +15,7 @@ SRC_URI="ftp://elsie.nci.nih.gov/pub/tzdata${data_ver}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="nls elibc_FreeBSD elibc_glibc" DEPEND="" |