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 17316138334 for ; Wed, 21 Nov 2018 09:37:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC0E6E07D1; Wed, 21 Nov 2018 09:37:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C2F6CE07D1 for ; Wed, 21 Nov 2018 09:37:50 +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 877EC335C07 for ; Wed, 21 Nov 2018 09:37:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77BD946A for ; Wed, 21 Nov 2018 09:37:45 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1542793057.b48eb6af2424cb204607a63bd5d1774b748bc26f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cmake/cmake-3.11.4-r1.ebuild X-VCS-Directories: dev-util/cmake/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: b48eb6af2424cb204607a63bd5d1774b748bc26f X-VCS-Branch: master Date: Wed, 21 Nov 2018 09:37:45 +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: fd745a23-33e5-4649-b424-463be8559a23 X-Archives-Hash: 8734e6b9483332dbd4fa8ed14696f0d8 commit: b48eb6af2424cb204607a63bd5d1774b748bc26f Author: Lars Wendler gentoo org> AuthorDate: Wed Nov 21 09:37:37 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Nov 21 09:37:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48eb6af dev-util/cmake: Removed leading space minorsyn issue. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> dev-util/cmake/cmake-3.11.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/cmake/cmake-3.11.4-r1.ebuild b/dev-util/cmake/cmake-3.11.4-r1.ebuild index c6d6affe704..9df56641cf1 100644 --- a/dev-util/cmake/cmake-3.11.4-r1.ebuild +++ b/dev-util/cmake/cmake-3.11.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -62,7 +62,7 @@ PATCHES=( # boost (#660980) "${FILESDIR}"/${PN}-3.11.4-fix-boost-detection.patch - # upstream fixes (can usually be removed with a version bump) + # upstream fixes (can usually be removed with a version bump) "${FILESDIR}"/${P}-libuv-1.21.patch )