summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-03-13 06:09:00 +0000
committerMike Frysinger <vapier@gentoo.org>2007-03-13 06:09:00 +0000
commitde07dcccecc74c63a95187208fa852e8bfe9d660 (patch)
tree273f6047329b3d1fed5e21f1a7b4629fd33fa23a
parentChange license from xiph to BSD, bug 170323 (diff)
downloadgentoo-2-de07dcccecc74c63a95187208fa852e8bfe9d660.tar.gz
gentoo-2-de07dcccecc74c63a95187208fa852e8bfe9d660.tar.bz2
gentoo-2-de07dcccecc74c63a95187208fa852e8bfe9d660.zip
force latest timezone data
-rw-r--r--sys-libs/glibc/glibc-2.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.5.ebuild b/sys-libs/glibc/glibc-2.5.ebuild
index 4e8a86304081..f558f9debe63 100644
--- a/sys-libs/glibc/glibc-2.5.ebuild
+++ b/sys-libs/glibc/glibc-2.5.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/glibc/glibc-2.5.ebuild,v 1.38 2007/03/01 02:21:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5.ebuild,v 1.39 2007/03/13 06:09:00 vapier Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -1017,7 +1017,7 @@ if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
fi
fi
else
- DEPEND="${DEPEND} sys-libs/timezone-data"
+ DEPEND="${DEPEND} >=sys-libs/timezone-data-2007c"
RDEPEND="${RDEPEND} sys-libs/timezone-data"
fi