From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 88160138334 for ; Sun, 24 Nov 2019 11:37:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4063E07F1; Sun, 24 Nov 2019 11:37:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8923FE07F1 for ; Sun, 24 Nov 2019 11:37:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47B7234D2B9 for ; Sun, 24 Nov 2019 11:37:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C67BC8B5 for ; Sun, 24 Nov 2019 11:37:46 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1574595462.065d58d65972290d8b494bbb9052f13e1c96fe75.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/newlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/newlib/newlib-3.1.0.ebuild sys-libs/newlib/newlib-9999.ebuild X-VCS-Directories: sys-libs/newlib/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 065d58d65972290d8b494bbb9052f13e1c96fe75 X-VCS-Branch: master Date: Sun, 24 Nov 2019 11:37:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bd8fdfb0-8f74-41d8-b7b2-bd64f778bf3a X-Archives-Hash: 0cfc85dfa10d7ab8294e146857bcf04f commit: 065d58d65972290d8b494bbb9052f13e1c96fe75 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Nov 24 11:37:36 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Nov 24 11:37:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=065d58d6 sys-libs/newlib: fux comment typo: s/conter/counter/ Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich gentoo.org> sys-libs/newlib/newlib-3.1.0.ebuild | 2 +- sys-libs/newlib/newlib-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/newlib/newlib-3.1.0.ebuild b/sys-libs/newlib/newlib-3.1.0.ebuild index 52ef720a87f..3ff7308671d 100644 --- a/sys-libs/newlib/newlib-3.1.0.ebuild +++ b/sys-libs/newlib/newlib-3.1.0.ebuild @@ -33,7 +33,7 @@ NEWLIBBUILD="${WORKDIR}/build" NEWLIBNANOBUILD="${WORKDIR}/build.nano" NEWLIBNANOTMPINSTALL="${WORKDIR}/nano_tmp_install" -# Adding -U_FORTIFY_SOURCE to conter the effect of Gentoo's +# Adding -U_FORTIFY_SOURCE to counter the effect of Gentoo's # auto-addition of _FORTIFY_SOURCE at gcc site: bug #656018#c4 # Currently newlib can't be built itself when _FORTIFY_SOURCE # is set. diff --git a/sys-libs/newlib/newlib-9999.ebuild b/sys-libs/newlib/newlib-9999.ebuild index 52ef720a87f..3ff7308671d 100644 --- a/sys-libs/newlib/newlib-9999.ebuild +++ b/sys-libs/newlib/newlib-9999.ebuild @@ -33,7 +33,7 @@ NEWLIBBUILD="${WORKDIR}/build" NEWLIBNANOBUILD="${WORKDIR}/build.nano" NEWLIBNANOTMPINSTALL="${WORKDIR}/nano_tmp_install" -# Adding -U_FORTIFY_SOURCE to conter the effect of Gentoo's +# Adding -U_FORTIFY_SOURCE to counter the effect of Gentoo's # auto-addition of _FORTIFY_SOURCE at gcc site: bug #656018#c4 # Currently newlib can't be built itself when _FORTIFY_SOURCE # is set.