commit:     0bbf805eb382875e8241c91f4c59bd44207318a5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 15:29:48 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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! <SID>MakeNewEbuild()
 
             " {{{ extra deps for some categories
             if l:category ==# "dev-python"
-                put ='RDEPEND=\"\"'
+                put ='RDEPEND=\"'
+                put ='\"'
                 put ='BDEPEND=\"'
                 put =' test? ('
                 put =' )'

Reply via email to