diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-02-09 16:14:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-02-09 16:14:04 +0000 |
commit | 59e3466b3129153e3fbfc0485abd230ee75f5302 (patch) | |
tree | 8ddb00a4d8c7afbc14ab1a298c4c2f9cde5e6400 /sys-libs | |
parent | readding keywords that were removed for review purposes of new ebuild style (diff) | |
download | gentoo-2-59e3466b3129153e3fbfc0485abd230ee75f5302.tar.gz gentoo-2-59e3466b3129153e3fbfc0485abd230ee75f5302.tar.bz2 gentoo-2-59e3466b3129153e3fbfc0485abd230ee75f5302.zip |
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)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/glibc/files/eblits/src_configure.eblit | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index bf32e8b1739c..7cb7de638f5b 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1037 2015/02/09 15:42:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1038 2015/02/09 16:14:04 vapier Exp $ + + 09 Feb 2015; Mike Frysinger <vapier@gentoo.org> + files/eblits/src_configure.eblit: + Drop unused ports variable #532760#2 by Arfrever Frehtes Taifersar Arahesis. *glibc-2.21 (09 Feb 2015) diff --git a/sys-libs/glibc/files/eblits/src_configure.eblit b/sys-libs/glibc/files/eblits/src_configure.eblit index 9d66c4567084..7c220b79865a 100644 --- a/sys-libs/glibc/files/eblits/src_configure.eblit +++ b/sys-libs/glibc/files/eblits/src_configure.eblit @@ -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 @@ toolchain-glibc_headers_configure() { export ${v} done - local ports="" myconf=() + local myconf=() myconf+=( --disable-sanity-checks --enable-hacker-mode |