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 0056D1382C5 for ; Mon, 19 Feb 2018 15:47:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26D56E091A; Mon, 19 Feb 2018 15:47:17 +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 02E0FE091A for ; Mon, 19 Feb 2018 15:47:15 +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 81058335C2A for ; Mon, 19 Feb 2018 15:47:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 419F31B0 for ; Mon, 19 Feb 2018 15:47:13 +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: <1519055226.eb7f5e22571cbf68b30f36ba81b8e6cc1b4cf7c7.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/make/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/make/make-4.2.1-r2.ebuild X-VCS-Directories: sys-devel/make/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: eb7f5e22571cbf68b30f36ba81b8e6cc1b4cf7c7 X-VCS-Branch: master Date: Mon, 19 Feb 2018 15:47:13 +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: 76b230ba-889d-4b60-86fe-97c13425bc93 X-Archives-Hash: 3b823cb789d6c300067b34e22e173d69 commit: eb7f5e22571cbf68b30f36ba81b8e6cc1b4cf7c7 Author: Lars Wendler gentoo org> AuthorDate: Mon Feb 19 15:47:06 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Feb 19 15:47:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb7f5e22 sys-devel/make: Fixed typo in a comment. Thanks Arfrever! Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-devel/make/make-4.2.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/make/make-4.2.1-r2.ebuild b/sys-devel/make/make-4.2.1-r2.ebuild index 16e61927b88..c52a434b513 100644 --- a/sys-devel/make/make-4.2.1-r2.ebuild +++ b/sys-devel/make/make-4.2.1-r2.ebuild @@ -29,7 +29,7 @@ PATCHES=( src_prepare() { default - # This patch requires special handling as it modifies confiure.ac + # This patch requires special handling as it modifies configure.ac # which in turn triggers maintainer-mode when being applied the # usual way. eapply -Z "${FILESDIR}"/${PN}-4.2.1-glob-v2.patch