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 C17C459CA3 for ; Wed, 24 Feb 2016 08:26:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8499221C012; Wed, 24 Feb 2016 08:26:55 +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 D6FB221C012 for ; Wed, 24 Feb 2016 08:26:54 +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 B4190340C01 for ; Wed, 24 Feb 2016 08:26:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A3268DC for ; Wed, 24 Feb 2016 08:26:51 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1456302390.c27803cccfa61c4f5bbe3bf45281c78ae292d6ed.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/waf-utils.eclass X-VCS-Directories: eclass/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: c27803cccfa61c4f5bbe3bf45281c78ae292d6ed X-VCS-Branch: master Date: Wed, 24 Feb 2016 08:26:51 +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: 2952df58-0e90-4ffa-864c-cd774b097648 X-Archives-Hash: af61ce9c8dd52ab48a07a88615c01ea2 commit: c27803cccfa61c4f5bbe3bf45281c78ae292d6ed Author: Lars Wendler gentoo org> AuthorDate: Wed Feb 24 08:05:10 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Feb 24 08:26:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27803cc waf-utils.eclass: Eclass works with EAPI-6. Signed-off-by: Lars Wendler gentoo.org> eclass/waf-utils.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/waf-utils.eclass b/eclass/waf-utils.eclass index eb9642a..e956049 100644 --- a/eclass/waf-utils.eclass +++ b/eclass/waf-utils.eclass @@ -18,7 +18,7 @@ inherit eutils multilib toolchain-funcs multiprocessing case ${EAPI:-0} in - 4|5) EXPORT_FUNCTIONS src_configure src_compile src_install ;; + 4|5|6) EXPORT_FUNCTIONS src_configure src_compile src_install ;; *) die "EAPI=${EAPI} is not supported" ;; esac