vapier 14/08/21 14:41:39 Modified: ChangeLog Log: Move builddir logic into a single func to reduce duplication. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.1012 sys-libs/glibc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.1012&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.1012&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.1011&r2=1.1012 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v retrieving revision 1.1011 retrieving revision 1.1012 diff -u -r1.1011 -r1.1012 --- ChangeLog 21 Aug 2014 14:08:41 -0000 1.1011 +++ ChangeLog 21 Aug 2014 14:41:39 -0000 1.1012 @@ -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.1011 2014/08/21 14:08:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1012 2014/08/21 14:41:39 vapier Exp $ + + 21 Aug 2014; Mike Frysinger <[email protected]> files/eblits/common.eblit, + files/eblits/src_compile.eblit, files/eblits/src_install.eblit: + Move builddir logic into a single func to reduce duplication. 21 Aug 2014; Mike Frysinger <[email protected]> files/eblits/common.eblit, files/eblits/src_compile.eblit, files/eblits/src_test.eblit:
