From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1507141-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 5877A15ACFB
	for <garchives@archives.gentoo.org>; Wed, 12 Apr 2023 08:01:17 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1ABD1E0872;
	Wed, 12 Apr 2023 08:01:16 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id F101FE0872
	for <gentoo-commits@lists.gentoo.org>; Wed, 12 Apr 2023 08:01:15 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id D6EAB34069F
	for <gentoo-commits@lists.gentoo.org>; Wed, 12 Apr 2023 08:01:14 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 501ABA1E
	for <gentoo-commits@lists.gentoo.org>; Wed, 12 Apr 2023 08:01:13 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1681286439.b602233f0f390a2fe21653ee1566d32bfbcf12e8.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-9999.ebuild
X-VCS-Directories: app-editors/neovim/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: b602233f0f390a2fe21653ee1566d32bfbcf12e8
X-VCS-Branch: master
Date: Wed, 12 Apr 2023 08:01:13 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 7fc77961-5d7e-4cfe-b305-668ff911c597
X-Archives-Hash: 7bf224b8e25a1f79b57fa20e5d46593d

commit:     b602233f0f390a2fe21653ee1566d32bfbcf12e8
Author:     brahmajit das <brahmajit.xyz <AT> gmail <DOT> com>
AuthorDate: Wed Apr 12 06:17:54 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 12 08:00:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b602233f

app-editors/neovim: Dropping cmake-release-type patch from live ebuid

With upstream commit f4136c9d42f79c0f2fe3ce6fdc22b1544593692a, there is
no need to apply this patch.

Signed-off-by: brahmajit das <brahmajit.xyz <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30566
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-editors/neovim/neovim-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild
index 783269f4e2a4..de4037df1928 100644
--- a/app-editors/neovim/neovim-9999.ebuild
+++ b/app-editors/neovim/neovim-9999.ebuild
@@ -71,7 +71,6 @@ BDEPEND+="
 PATCHES=(
 	"${FILESDIR}/${PN}-0.9.0-cmake_lua_version.patch"
 	"${FILESDIR}/${PN}-0.9.0-cmake-darwin.patch"
-	"${FILESDIR}/${PN}-0.9.0-cmake-release-type.patch"
 )
 
 src_prepare() {