From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-862571-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 E09FD58973
	for <garchives@archives.gentoo.org>; Wed, 10 Feb 2016 18:27:52 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 424BE21C10E;
	Wed, 10 Feb 2016 18:27:43 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 763AD21C10E
	for <gentoo-commits@lists.gentoo.org>; Wed, 10 Feb 2016 18:27:42 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 14ED0340B57
	for <gentoo-commits@lists.gentoo.org>; Wed, 10 Feb 2016 18:27:41 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D596F10BF
	for <gentoo-commits@lists.gentoo.org>; Wed, 10 Feb 2016 18:27:37 +0000 (UTC)
From: "Justin Lecher" <jlec@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, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1455128508.168748abd8c9e969f9968af74d88b71720687937.jlec@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: app-admin/eselect/
X-VCS-Repository: proj/sci
X-VCS-Files: app-admin/eselect/eselect-1.4.5-r103.ebuild app-admin/eselect/eselect-9999.ebuild
X-VCS-Directories: app-admin/eselect/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 168748abd8c9e969f9968af74d88b71720687937
X-VCS-Branch: master
Date: Wed, 10 Feb 2016 18:27:37 +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: d7c7004f-375d-41c4-8c1d-5c8acc954758
X-Archives-Hash: ef1f54bf2750a5b0bd04411296ac3ce9

commit:     168748abd8c9e969f9968af74d88b71720687937
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 18:21:48 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 18:21:48 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=168748ab

app-admin/eselect: Bump to EAPI=6

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 app-admin/eselect/eselect-1.4.5-r103.ebuild | 4 ++--
 app-admin/eselect/eselect-9999.ebuild       | 9 ++++-----
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/app-admin/eselect/eselect-1.4.5-r103.ebuild b/app-admin/eselect/eselect-1.4.5-r103.ebuild
index 9d64d82..81ed9ad 100644
--- a/app-admin/eselect/eselect-1.4.5-r103.ebuild
+++ b/app-admin/eselect/eselect-1.4.5-r103.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit autotools eutils bash-completion-r1
 

diff --git a/app-admin/eselect/eselect-9999.ebuild b/app-admin/eselect/eselect-9999.ebuild
index 33e6a15..6bc79bd 100644
--- a/app-admin/eselect/eselect-9999.ebuild
+++ b/app-admin/eselect/eselect-9999.ebuild
@@ -1,16 +1,15 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-
-EGIT_REPO_URI="git://github.com/gentoo-science/eselect.git"
-EGIT_BRANCH="alternatives"
+EAPI=6
 
 inherit autotools git-r3 bash-completion-r1
 
 DESCRIPTION="Gentoo's multi-purpose configuration and management tool"
 HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Eselect"
+EGIT_REPO_URI="git://github.com/gentoo-science/eselect.git"
+EGIT_BRANCH="alternatives"
 
 LICENSE="GPL-2+ || ( GPL-2+ CC-BY-SA-2.5 )"
 SLOT="0"