From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1024087-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id B12921382C5
	for <garchives@archives.gentoo.org>; Mon, 14 May 2018 17:19:48 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A8833E089B;
	Mon, 14 May 2018 17:19:47 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 85726E089B
	for <gentoo-commits@lists.gentoo.org>; Mon, 14 May 2018 17:19:47 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 97BAB335CA9
	for <gentoo-commits@lists.gentoo.org>; Mon, 14 May 2018 17:19:46 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 757F927B
	for <gentoo-commits@lists.gentoo.org>; Mon, 14 May 2018 17:19:44 +0000 (UTC)
From: "Mike Pagano" <mpagano@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, "Mike Pagano" <mpagano@gentoo.org>
Message-ID: <1526318380.1b89162de512af1ba8e3f17be6d9d8e858afa361.mpagano@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/git-sources/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-kernel/git-sources/git-sources-4.17_rc5.ebuild
X-VCS-Directories: sys-kernel/git-sources/
X-VCS-Committer: mpagano
X-VCS-Committer-Name: Mike Pagano
X-VCS-Revision: 1b89162de512af1ba8e3f17be6d9d8e858afa361
X-VCS-Branch: master
Date: Mon, 14 May 2018 17:19:44 +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: f8ea4d0a-5ac2-4a63-82a7-6d6e7aae0cca
X-Archives-Hash: 417a04b3b15cd92a4e9bde3aa26ee600

commit:     1b89162de512af1ba8e3f17be6d9d8e858afa361
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Mon May 14 17:19:33 2018 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Mon May 14 17:19:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b89162d

sys-kernel/git-sources: EAPI bump to 6

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-kernel/git-sources/git-sources-4.17_rc5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/git-sources/git-sources-4.17_rc5.ebuild b/sys-kernel/git-sources/git-sources-4.17_rc5.ebuild
index 9c1348e1d5a..c0dc94565fd 100644
--- a/sys-kernel/git-sources/git-sources-4.17_rc5.ebuild
+++ b/sys-kernel/git-sources/git-sources-4.17_rc5.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="6"
 UNIPATCH_STRICTORDER="yes"
 K_NOUSENAME="yes"
 K_NOSETEXTRAVERSION="yes"