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 09C791384B4 for ; Thu, 19 Nov 2015 07:28:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96EB2E08C6; Thu, 19 Nov 2015 07:28:04 +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 BF756E08C6 for ; Thu, 19 Nov 2015 07:28:02 +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 F24B7340A23 for ; Thu, 19 Nov 2015 07:28:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76821124E for ; Thu, 19 Nov 2015 07:27:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1447918008.7b0073ba05a0e6f4e56eab3f53c0d3286e871884.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:python-eapi6 commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/multibuild.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7b0073ba05a0e6f4e56eab3f53c0d3286e871884 X-VCS-Branch: python-eapi6 Date: Thu, 19 Nov 2015 07:27:58 +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: 1e19788a-48f6-4651-a534-6c194e87061f X-Archives-Hash: 41a065510f390476e19a7d7a6528d691 commit: 7b0073ba05a0e6f4e56eab3f53c0d3286e871884 Author: Michał Górny gentoo org> AuthorDate: Wed Nov 18 21:26:08 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Nov 19 07:26:48 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b0073ba multibuild.eclass: Enable EAPI 6 eclass/multibuild.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/multibuild.eclass b/eclass/multibuild.eclass index 0bdbed1..d21008c 100644 --- a/eclass/multibuild.eclass +++ b/eclass/multibuild.eclass @@ -17,7 +17,7 @@ case "${EAPI:-0}" in 0|1|2|3) die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}" ;; - 4|5) + 4|5|6) ;; *) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"