diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-01-05 13:39:18 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-01-05 13:39:18 +0000 |
commit | e4991508e055e041b9c732952b0d5eab3e883820 (patch) | |
tree | 623bea7a60f098903895bcadb5763519823b4d64 /sys-libs | |
parent | Proxy commit for Johan Bergström. Version bump. (diff) | |
download | gentoo-2-e4991508e055e041b9c732952b0d5eab3e883820.tar.gz gentoo-2-e4991508e055e041b9c732952b0d5eab3e883820.tar.bz2 gentoo-2-e4991508e055e041b9c732952b0d5eab3e883820.zip |
Depend on sys-apps/gentoo-functions, bug #504116#c1
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-9999.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 7284431775ad..4cdeff516c88 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # 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.1034 2014/12/31 08:22:30 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1035 2015/01/05 13:39:18 blueness Exp $ + + 05 Jan 2015; Anthony G. Basile <blueness@gentoo.org> glibc-9999.ebuild: + Depend on sys-apps/gentoo-functions, bug #504116#c1 31 Dec 2014; Mike Frysinger <vapier@gentoo.org> glibc-2.20-r1.ebuild: Fix cross-compiler bootstrapping for arm targets. diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 8bf4a9a245f4..a99491fd2366 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-9999.ebuild,v 1.27 2014/11/11 02:08:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-9999.ebuild,v 1.28 2015/01/05 13:39:18 blueness Exp $ EAPI="4" @@ -69,6 +69,7 @@ DEPEND=">=app-misc/pax-utils-0.1.10 !<sys-apps/portage-2.1.2 selinux? ( sys-libs/libselinux )" RDEPEND="!sys-kernel/ps3-sources + sys-apps/gentoo-functions selinux? ( sys-libs/libselinux ) !sys-libs/nss-db" |