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 DED391395E2 for ; Mon, 5 Dec 2016 14:12:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA36321C11D; Mon, 5 Dec 2016 14:12:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3C6A21C11D for ; Mon, 5 Dec 2016 14:12:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B436C33E142 for ; Mon, 5 Dec 2016 14:12:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 811F24A8 for ; Mon, 5 Dec 2016 14:12:02 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1480947113.dce5effc8b8f68e2b4e4e9b0f180981165a0b942.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/portage/portage-2.3.3.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: dce5effc8b8f68e2b4e4e9b0f180981165a0b942 X-VCS-Branch: master Date: Mon, 5 Dec 2016 14:12:02 +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: d8fe93cf-a2ae-4dab-808b-44d38520d20c X-Archives-Hash: 4dbb4561c3715a12c156696034421eac commit: dce5effc8b8f68e2b4e4e9b0f180981165a0b942 Author: Patrick Lauer gentoo org> AuthorDate: Mon Dec 5 14:11:09 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Mon Dec 5 14:11:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dce5effc sys-apps/portage: Fix typo in ewarn Package-Manager: portage-2.3.2 sys-apps/portage/portage-2.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/portage/portage-2.3.3.ebuild b/sys-apps/portage/portage-2.3.3.ebuild index dbdfbe7..1d55e4f 100644 --- a/sys-apps/portage/portage-2.3.3.ebuild +++ b/sys-apps/portage/portage-2.3.3.ebuild @@ -354,7 +354,7 @@ pkg_postinst() { ewarn "Please note that this release no longer respects sync-depth for" ewarn "git repositories. There have been too many problems and" - ewarn "perfornmance issues. See bugs 552814, 559008" + ewarn "performance issues. See bugs 552814, 559008" einfo "" einfo "This release of portage NO LONGER contains the repoman code base." einfo "Repoman has its own ebuild and release package."