vapier 15/02/09 16:14:04 Modified: src_configure.eblit Log: Drop unused ports variable #532760#2 by Arfrever Frehtes Taifersar Arahesis. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.5 sys-libs/glibc/files/eblits/src_configure.eblit file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/src_configure.eblit?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/src_configure.eblit?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/src_configure.eblit?r1=1.4&r2=1.5 Index: src_configure.eblit =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_configure.eblit,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src_configure.eblit 9 Feb 2015 15:39:48 -0000 1.4 +++ src_configure.eblit 9 Feb 2015 16:14:04 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_configure.eblit,v 1.4 2015/02/09 15:39:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_configure.eblit,v 1.5 2015/02/09 16:14:04 vapier Exp $ dump_toolchain_settings() { echo @@ -209,7 +209,7 @@ export ${v} done - local ports="" myconf=() + local myconf=() myconf+=( --disable-sanity-checks --enable-hacker-mode
