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 78110138359 for ; Wed, 30 Sep 2020 01:50:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACC60E0BEE; Wed, 30 Sep 2020 01:50:28 +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 96E72E0BEE for ; Wed, 30 Sep 2020 01:50:28 +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 71CC8335D41 for ; Wed, 30 Sep 2020 01:50:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F287E330 for ; Wed, 30 Sep 2020 01:50:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1601430618.3d70680747d1f223b52a6508c4031aac655634b0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/neovim/neovim-0.4.3.ebuild X-VCS-Directories: app-editors/neovim/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3d70680747d1f223b52a6508c4031aac655634b0 X-VCS-Branch: master Date: Wed, 30 Sep 2020 01:50:25 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ae2e23fb-6168-48dd-9155-9bb2e4c3fac8 X-Archives-Hash: 216e8c13e4f8c2fe30924d7e5c6f4a6a commit: 3d70680747d1f223b52a6508c4031aac655634b0 Author: Sam James gentoo org> AuthorDate: Wed Sep 30 01:50:18 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 30 01:50:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d706807 app-editors/neovim: restore gcc 10 patch in 0.4.3 Accidentally removed earlier as began editing other ebuild. This version was immediately shadowed by 0.4.4 however. Fixes: f60946ba6398fac3388cb690d6c687b03d7d8d4d Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> app-editors/neovim/neovim-0.4.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-editors/neovim/neovim-0.4.3.ebuild b/app-editors/neovim/neovim-0.4.3.ebuild index b2b35d2f82a..b6a404f65c1 100644 --- a/app-editors/neovim/neovim-0.4.3.ebuild +++ b/app-editors/neovim/neovim-0.4.3.ebuild @@ -51,6 +51,8 @@ RDEPEND=" CMAKE_BUILD_TYPE=Release +PATCHES=( "${FILESDIR}"/${P}-gcc-10-fix.patch ) + src_prepare() { # use our system vim dir sed -e "/^# define SYS_VIMRC_FILE/s|\$VIM|${EPREFIX}/etc/vim|" \