aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-12 17:29:48 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-14 16:25:02 +0200
commit0bbf805eb382875e8241c91f4c59bd44207318a5 (patch)
treedc2071ddcc1c1fcb59824d50a8158c06a5c20786
parentnewebuild: more defaults to java-pkg-simple (diff)
downloadgentoo-syntax-0bbf805eb382875e8241c91f4c59bd44207318a5.tar.gz
gentoo-syntax-0bbf805eb382875e8241c91f4c59bd44207318a5.tar.bz2
gentoo-syntax-0bbf805eb382875e8241c91f4c59bd44207318a5.zip
newebuild: Explode RDEPEND by default
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--plugin/newebuild.vim3
1 files changed, 2 insertions, 1 deletions
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 =' )'