diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-12 17:29:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-14 16:25:02 +0200 |
commit | 0bbf805eb382875e8241c91f4c59bd44207318a5 (patch) | |
tree | dc2071ddcc1c1fcb59824d50a8158c06a5c20786 | |
parent | newebuild: more defaults to java-pkg-simple (diff) | |
download | gentoo-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.vim | 3 |
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 =' )' |