commit:     745c0431ed2e681b910bfa4559dd35a31dbd2033
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 13:13:30 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Mar  5 23:31:09 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=745c0431

newebuild: Remove SRC_TEST from perl-module for EAPI 6

The SRC_TEST variable was replaced by DIST_TEST in EAPI 6, and defaults
to 'do parallel' now, so no point in putting it.

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

diff --git a/plugin/newebuild.vim b/plugin/newebuild.vim
index 25f8aca..81941fe 100644
--- a/plugin/newebuild.vim
+++ b/plugin/newebuild.vim
@@ -136,8 +136,6 @@ fun! <SID>MakeNewEbuild()
             put =''
             put ='RDEPEND=\"\"'
             put ='DEPEND=\"${RDEPEND}\"'
-            put =''
-            put ='SRC_TEST=\"do\"'
             " }}}
         else
             " {{{ standard default setup

Reply via email to