From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-867575-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 4AA4859CA3
	for <garchives@archives.gentoo.org>; Sun,  6 Mar 2016 12:01:29 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BFDEC21C013
	for <garchives@archives.gentoo.org>; Sun,  6 Mar 2016 12:01:28 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id AADC9E07E0
	for <gentoo-commits@lists.gentoo.org>; Sat,  5 Mar 2016 23:35:21 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id B8A35340B19
	for <gentoo-commits@lists.gentoo.org>; Sat,  5 Mar 2016 23:35:20 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D16E2322
	for <gentoo-commits@lists.gentoo.org>; Sat,  5 Mar 2016 23:35:17 +0000 (UTC)
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" <radhermit@gentoo.org>
Message-ID: <1457220669.0633017890ed4e47b7e551ef430716a9cfda6973.radhermit@gentoo>
Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: plugin/
X-VCS-Repository: proj/gentoo-syntax
X-VCS-Files: plugin/newebuild.vim
X-VCS-Directories: plugin/
X-VCS-Committer: radhermit
X-VCS-Committer-Name: Tim Harder
X-VCS-Revision: 0633017890ed4e47b7e551ef430716a9cfda6973
X-VCS-Branch: master
Date: Sat,  5 Mar 2016 23:35:17 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 52a812c8-5f30-4f49-9376-9b2ccee3e26f
X-Archives-Hash: aaea7d97304a5047f9accfc3d4bbc1e4

commit:     0633017890ed4e47b7e551ef430716a9cfda6973
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 13:16:41 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=06330178

newebuild: Use EAPI=6 by default

 plugin/newebuild.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/newebuild.vim b/plugin/newebuild.vim
index 2f67e54..9bc5a6b 100644
--- a/plugin/newebuild.vim
+++ b/plugin/newebuild.vim
@@ -53,7 +53,7 @@ fun! <SID>MakeNewEbuild()
         nohls
         " }}}
     else
-        put ='EAPI=5'
+        put ='EAPI=6'
         put =''
         if l:category ==# "app-vim"
             " {{{ app-vim special setup