commit:     9d32de4bd34bb997ce5ee6b9701abf606ecb6952
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  1 23:29:53 2014 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Nov  1 23:29:53 2014 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/gentoo-syntax.git;a=commit;h=9d32de4b

update default jre/jdk version deps

The related virtuals for 1.4 aren't in the tree anymore and most newer
stuff is probably at least >=1.5 by now.

---
 plugin/newebuild.vim | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugin/newebuild.vim b/plugin/newebuild.vim
index b237f57..adb642f 100644
--- a/plugin/newebuild.vim
+++ b/plugin/newebuild.vim
@@ -105,9 +105,9 @@ fun! <SID>MakeNewEbuild()
             put =''
             put ='COMMON_DEP=\"\"'
             put =''
-            put ='RDEPEND=\">=virtual/jre-1.4'
+            put ='RDEPEND=\">=virtual/jre-1.5'
             put ='  ${COMMON_DEP}\"'
-            put ='DEPEND=\">=virtual/jdk-1.4'
+            put ='DEPEND=\">=virtual/jdk-1.5'
             put ='  app-arch/unzip'
             put ='  ${COMMON_DEP}\"'
             put =''

Reply via email to