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 65A931384B4 for ; Wed, 9 Dec 2015 20:42:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFE7E21C0C8; Wed, 9 Dec 2015 20:42:10 +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 2D38B21C02D for ; Wed, 9 Dec 2015 20:42:08 +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 B6C0F340873 for ; Wed, 9 Dec 2015 20:42:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D48D7EE3 for ; Wed, 9 Dec 2015 20:42:04 +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: <1449693676.a21e59b0c14ad3d08acafa60a1a7be736295f5be.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/multilib-minimal.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a21e59b0c14ad3d08acafa60a1a7be736295f5be X-VCS-Branch: master Date: Wed, 9 Dec 2015 20:42:04 +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: 617a3fc4-c74a-4995-88e7-bb9d3ad9abd9 X-Archives-Hash: 144df4b04adb9c7cb4e02100086e66f7 commit: a21e59b0c14ad3d08acafa60a1a7be736295f5be Author: Michał Górny gentoo org> AuthorDate: Sun Dec 6 15:27:56 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 9 20:41:16 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a21e59b0 multilib-minimal.eclass: Enable EAPI 6 eclass/multilib-minimal.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/multilib-minimal.eclass b/eclass/multilib-minimal.eclass index ca5e9ce..127614d 100644 --- a/eclass/multilib-minimal.eclass +++ b/eclass/multilib-minimal.eclass @@ -25,7 +25,7 @@ # EAPI=4 is required for meaningful MULTILIB_USEDEP. case ${EAPI:-0} in - 4|5) ;; + 4|5|6) ;; *) die "EAPI=${EAPI} is not supported" ;; esac