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 B106A1382C5 for ; Fri, 13 Apr 2018 23:47:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74EA9E08DD; Fri, 13 Apr 2018 23:47:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 3A0B3E08D9 for ; Fri, 13 Apr 2018 23:47:22 +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 2523D335C7F for ; Fri, 13 Apr 2018 23:47:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 914EC288 for ; Fri, 13 Apr 2018 23:22:06 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1523661680.4b00171b275c1ccfb51a65aca16cd0a59ebbe259.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/glibc/glibc-2.19-r2.ebuild sys-libs/glibc/glibc-2.27-r1.ebuild sys-libs/glibc/glibc-9999.ebuild X-VCS-Directories: sys-libs/glibc/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 4b00171b275c1ccfb51a65aca16cd0a59ebbe259 X-VCS-Branch: master Date: Fri, 13 Apr 2018 23:22:06 +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-Archives-Salt: b94b3881-800f-46f8-b78d-00080c7f960b X-Archives-Hash: c1f5bd06dfa02b22eeece6c72c5d26a3 commit: 4b00171b275c1ccfb51a65aca16cd0a59ebbe259 Author: Marty E. Plummer startmail com> AuthorDate: Tue Apr 10 23:52:22 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 13 23:21:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b00171b sys-libs/glibc: remove trailing whitespace Package-Manager: Portage-2.3.28, Repoman-2.3.9 sys-libs/glibc/glibc-2.19-r2.ebuild | 4 ++-- sys-libs/glibc/glibc-2.27-r1.ebuild | 4 ++-- sys-libs/glibc/glibc-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-libs/glibc/glibc-2.19-r2.ebuild b/sys-libs/glibc/glibc-2.19-r2.ebuild index e4a5ff90de6..1b071fb4d3d 100644 --- a/sys-libs/glibc/glibc-2.19-r2.ebuild +++ b/sys-libs/glibc/glibc-2.19-r2.ebuild @@ -116,8 +116,8 @@ alt_prefix() { is_crosscompile && echo /usr/${CTARGET} } -# We need to be able to set alternative headers for compiling for non-native -# platform. Will also become useful for testing kernel-headers without screwing +# We need to be able to set alternative headers for compiling for non-native +# platform. Will also become useful for testing kernel-headers without screwing # up the whole system. alt_headers() { echo ${ALT_HEADERS:=$(alt_prefix)/usr/include} diff --git a/sys-libs/glibc/glibc-2.27-r1.ebuild b/sys-libs/glibc/glibc-2.27-r1.ebuild index 017249c804f..fe60c1f83c3 100644 --- a/sys-libs/glibc/glibc-2.27-r1.ebuild +++ b/sys-libs/glibc/glibc-2.27-r1.ebuild @@ -116,8 +116,8 @@ alt_prefix() { is_crosscompile && echo /usr/${CTARGET} } -# We need to be able to set alternative headers for compiling for non-native -# platform. Will also become useful for testing kernel-headers without screwing +# We need to be able to set alternative headers for compiling for non-native +# platform. Will also become useful for testing kernel-headers without screwing # up the whole system. alt_headers() { echo ${ALT_HEADERS:=$(alt_prefix)/usr/include} diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 100724cc841..2e5552b3dcc 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -116,8 +116,8 @@ alt_prefix() { is_crosscompile && echo /usr/${CTARGET} } -# We need to be able to set alternative headers for compiling for non-native -# platform. Will also become useful for testing kernel-headers without screwing +# We need to be able to set alternative headers for compiling for non-native +# platform. Will also become useful for testing kernel-headers without screwing # up the whole system. alt_headers() { echo ${ALT_HEADERS:=$(alt_prefix)/usr/include}