From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8E93958973 for ; Wed, 10 Feb 2016 18:27:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD96621C11F; Wed, 10 Feb 2016 18:27:42 +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 C51BE21C117 for ; Wed, 10 Feb 2016 18:27:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06471340B53 for ; 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 04E1010FB for ; Wed, 10 Feb 2016 18:27:38 +0000 (UTC) From: "Justin Lecher" 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" Message-ID: <1455128816.6df2a888418c43721ef8c11340e036917ed7c0df.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: eclass/ X-VCS-Repository: proj/sci X-VCS-Files: eclass/alternatives-2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 6df2a888418c43721ef8c11340e036917ed7c0df X-VCS-Branch: master Date: Wed, 10 Feb 2016 18:27:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e49e114c-0751-4770-86da-bbb96aac8151 X-Archives-Hash: f97041b056b63a31ba29090b75767793 commit: 6df2a888418c43721ef8c11340e036917ed7c0df Author: Justin Lecher gentoo org> AuthorDate: Wed Feb 10 18:24:58 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Feb 10 18:26:56 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6df2a888 alternatives-2.eclass: Enable EAPI=6 Signed-off-by: Justin Lecher gentoo.org> eclass/alternatives-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/alternatives-2.eclass b/eclass/alternatives-2.eclass index 7c48e13..a559195 100644 --- a/eclass/alternatives-2.eclass +++ b/eclass/alternatives-2.eclass @@ -24,7 +24,7 @@ case "${EAPI:-0}" in 0|1|2|3|4) die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}" ;; - 5) + 5|6) ;; *) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"