diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-05-11 12:58:59 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-05-11 12:58:59 +0000 |
commit | 9b8fc0e455ad35cdb3fdb98a7d3adce8f22a88ac (patch) | |
tree | 5c19ffe2bd996d5381be34b8ee7cd9d79060f90b /sys-libs | |
parent | add automatic loading of syntax-case. This may cause tests to fail. The tests... (diff) | |
download | gentoo-2-9b8fc0e455ad35cdb3fdb98a7d3adce8f22a88ac.tar.gz gentoo-2-9b8fc0e455ad35cdb3fdb98a7d3adce8f22a88ac.tar.bz2 gentoo-2-9b8fc0e455ad35cdb3fdb98a7d3adce8f22a88ac.zip |
Stable on sparc wrt #177948
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/timezone-data/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/timezone-data/timezone-data-2007e.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/timezone-data/ChangeLog b/sys-libs/timezone-data/ChangeLog index bc74122ac8e6..f7b00492369a 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/ChangeLog,v 1.76 2007/05/11 10:16:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/ChangeLog,v 1.77 2007/05/11 12:58:59 gustavoz Exp $ + + 11 May 2007; Gustavo Zacarias <gustavoz@gentoo.org> + timezone-data-2007e.ebuild: + Stable on sparc wrt #177948 11 May 2007; Raúl Porcel <armin76@gentoo.org> timezone-data-2007e.ebuild: ia64 + x86 stable wrt #177948 diff --git a/sys-libs/timezone-data/timezone-data-2007e.ebuild b/sys-libs/timezone-data/timezone-data-2007e.ebuild index 4b86dc5cae55..ad5b0d5a1db8 100644 --- a/sys-libs/timezone-data/timezone-data-2007e.ebuild +++ b/sys-libs/timezone-data/timezone-data-2007e.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2007e.ebuild,v 1.4 2007/05/11 10:16:45 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2007e.ebuild,v 1.5 2007/05/11 12:58:59 gustavoz Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -13,7 +13,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" DEPEND="" |