diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-10-26 14:07:03 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-10-26 14:07:03 +0000 |
commit | 20e6a54aea2a8ffd46875ff7f32f486094c32c5f (patch) | |
tree | 758b6af1beee870df43b954b4f2203372ed5ba32 /sys-libs | |
parent | respect ldflags and CC/CXX variables (diff) | |
download | gentoo-2-20e6a54aea2a8ffd46875ff7f32f486094c32c5f.tar.gz gentoo-2-20e6a54aea2a8ffd46875ff7f32f486094c32c5f.tar.bz2 gentoo-2-20e6a54aea2a8ffd46875ff7f32f486094c32c5f.zip |
Stable on ppc wrt bug 244391
(Portage version: 2.1.4.5)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/timezone-data/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/timezone-data/timezone-data-2008g-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/timezone-data/ChangeLog b/sys-libs/timezone-data/ChangeLog index eee968204061..3d6690032aef 100644 --- a/sys-libs/timezone-data/ChangeLog +++ b/sys-libs/timezone-data/ChangeLog @@ -1,6 +1,9 @@ # 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.154 2008/10/26 12:42:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/ChangeLog,v 1.155 2008/10/26 14:07:03 nixnut Exp $ + + 26 Oct 2008; nixnut <nixnut@gentoo.org> timezone-data-2008g-r1.ebuild: + Stable on ppc wrt bug 244391 26 Oct 2008; Raúl Porcel <armin76@gentoo.org> timezone-data-2008g-r1.ebuild: diff --git a/sys-libs/timezone-data/timezone-data-2008g-r1.ebuild b/sys-libs/timezone-data/timezone-data-2008g-r1.ebuild index 7dd41b367198..49ed3138b713 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.4 2008/10/26 12:42:55 armin76 Exp $ +# $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 $ 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="" |