diff options
author | 2014-09-16 04:30:18 +0000 | |
---|---|---|
committer | 2014-09-16 04:30:18 +0000 | |
commit | 843db139c875cde25f8bfe40583d7a22f348165b (patch) | |
tree | 95afc3564214a1537633613f589c3c60b145cdd1 /sys-libs/glibc | |
parent | Bump (diff) | |
download | gentoo-2-843db139c875cde25f8bfe40583d7a22f348165b.tar.gz gentoo-2-843db139c875cde25f8bfe40583d7a22f348165b.tar.bz2 gentoo-2-843db139c875cde25f8bfe40583d7a22f348165b.zip |
Move timezone-data dep to PDEPEND as it only loosely needs it at runtime #517694 by Joakim Tjernlund.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.20.ebuild | 10 |
2 files changed, 9 insertions, 7 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index ec5a8e2635d7..e6dda5d30444 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1022 2014/09/10 19:15:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1023 2014/09/16 04:30:18 vapier Exp $ + + 16 Sep 2014; Mike Frysinger <vapier@gentoo.org> glibc-2.20.ebuild: + Move timezone-data dep to PDEPEND as it only loosely needs it at runtime + #517694 by Joakim Tjernlund. 10 Sep 2014; Mike Frysinger <vapier@gentoo.org> files/eblits/common.eblit: Use SYSROOT when looking for source rather than ROOT #473728 by Benda Xu. diff --git a/sys-libs/glibc/glibc-2.20.ebuild b/sys-libs/glibc/glibc-2.20.ebuild index 7b301f7adcb2..41bce6a5d8b6 100644 --- a/sys-libs/glibc/glibc-2.20.ebuild +++ b/sys-libs/glibc/glibc-2.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.20.ebuild,v 1.2 2014/09/10 18:57:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.20.ebuild,v 1.3 2014/09/16 04:30:18 vapier Exp $ EAPI="4" @@ -84,11 +84,9 @@ else DEPEND+=" >=sys-devel/binutils-2.20 >=sys-devel/gcc-4.4 - virtual/os-headers - !vanilla? ( >=sys-libs/timezone-data-2012c )" - RDEPEND+=" - vanilla? ( !sys-libs/timezone-data ) - !vanilla? ( sys-libs/timezone-data )" + virtual/os-headers" + RDEPEND+=" vanilla? ( !sys-libs/timezone-data )" + PDEPEND+=" !vanilla? ( sys-libs/timezone-data )" fi upstream_uris() { |