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 6A4781382C5 for ; Wed, 28 Feb 2018 19:19:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 779FBE0828; Wed, 28 Feb 2018 19:19:02 +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 578C2E0828 for ; Wed, 28 Feb 2018 19:19:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 209FE335C91 for ; Wed, 28 Feb 2018 19:19:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8206B1EE for ; Wed, 28 Feb 2018 19:18:48 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1519845511.86f9340824e7f997a2217fd2bdc3eae4f5a517f8.asturm@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.0_rc2.ebuild X-VCS-Directories: dev-util/cmake/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 86f9340824e7f997a2217fd2bdc3eae4f5a517f8 X-VCS-Branch: master Date: Wed, 28 Feb 2018 19:18:48 +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: 8ecfd76a-6b6e-4dac-a538-500271d8da0b X-Archives-Hash: 6628ad747495256e4e091bf007d93df9 commit: 86f9340824e7f997a2217fd2bdc3eae4f5a517f8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 28 19:17:58 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 28 19:18:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f93408 dev-util/cmake: Drop double empty line Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-util/cmake/cmake-3.11.0_rc2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-util/cmake/cmake-3.11.0_rc2.ebuild b/dev-util/cmake/cmake-3.11.0_rc2.ebuild index e6c5395608b..ebda7cc29dd 100644 --- a/dev-util/cmake/cmake-3.11.0_rc2.ebuild +++ b/dev-util/cmake/cmake-3.11.0_rc2.ebuild @@ -60,7 +60,6 @@ PATCHES=( "${FILESDIR}"/${PN}-2.8.10.2-FindPythonLibs.patch "${FILESDIR}"/${PN}-3.9.0_rc2-FindPythonInterp.patch - # upstream fixes (can usually be removed with a version bump) )