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.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 7CBFA15800A for ; Wed, 14 Jun 2023 14:25:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3249AE08D1; Wed, 14 Jun 2023 14:25:57 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2EF6E08AC for ; Wed, 14 Jun 2023 14:25:56 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFEA133BEED for ; Wed, 14 Jun 2023 14:25:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 655441D for ; Wed, 14 Jun 2023 14:25:54 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1686752702.0bbf805eb382875e8241c91f4c59bd44207318a5.mgorny@gentoo> Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: plugin/ X-VCS-Repository: proj/gentoo-syntax X-VCS-Files: plugin/newebuild.vim X-VCS-Directories: plugin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0bbf805eb382875e8241c91f4c59bd44207318a5 X-VCS-Branch: master Date: Wed, 14 Jun 2023 14:25:54 +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: a83eee7c-1581-42fe-9fb0-2a14826dfbd7 X-Archives-Hash: 8e68cd888fd8714b7f8d6ed49e7b5908 commit: 0bbf805eb382875e8241c91f4c59bd44207318a5 Author: Michał Górny gentoo org> AuthorDate: Mon Jun 12 15:29:48 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 14 14:25:02 2023 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=0bbf805e newebuild: Explode RDEPEND by default Signed-off-by: Michał Górny gentoo.org> plugin/newebuild.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/newebuild.vim b/plugin/newebuild.vim index c411f89..aa0b23b 100644 --- a/plugin/newebuild.vim +++ b/plugin/newebuild.vim @@ -187,7 +187,8 @@ fun! MakeNewEbuild() " {{{ extra deps for some categories if l:category ==# "dev-python" - put ='RDEPEND=\"\"' + put ='RDEPEND=\"' + put ='\"' put ='BDEPEND=\"' put =' test? (' put =' )'