Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: plugin/
Date: Wed, 01 Feb 2023 05:03:34
Message-Id: 1675227665.6133a482f1d932e00343affdd47f8051d2662a44.mgorny@gentoo
1 commit: 6133a482f1d932e00343affdd47f8051d2662a44
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Tue Aug 2 12:18:53 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 05:01:05 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=6133a482
7
8 plugin/newebuild.vim: adjust dev-java template
9
10 Add missing slot operators in >=virtual/jdk-1.8:*
11 and >=virtual/jre-1.8:*
12
13 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
14 Closes: https://github.com/gentoo/gentoo-syntax/pull/49
15 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
16
17 plugin/newebuild.vim | 8 ++++----
18 1 file changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/plugin/newebuild.vim b/plugin/newebuild.vim
21 index fd3eb4f..cd3f44f 100644
22 --- a/plugin/newebuild.vim
23 +++ b/plugin/newebuild.vim
24 @@ -135,10 +135,10 @@ fun! <SID>MakeNewEbuild()
25 put =''
26 put ='CP_DEPEND=\"\"'
27 put =''
28 - put ='RDEPEND=\">=virtual/jre-1.8'
29 - put =' ${CP_DEPEND}\"'
30 - put ='DEPEND=\">=virtual/jdk-1.8'
31 - put =' ${CP_DEPEND}\"'
32 + put ='RDEPEND=\">=virtual/jre-1.8:*'
33 + put =' ${CP_DEPEND}\"'
34 + put ='DEPEND=\">=virtual/jdk-1.8:*'
35 + put =' ${CP_DEPEND}\"'
36 elseif l:category ==# "dev-perl" || l:category ==# "perl-core"
37 " {{{ perl modules default setup
38 put ='DIST_AUTHOR=\"\"'