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 74CAB1384B4 for ; Wed, 18 Nov 2015 08:11:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 593D321C033; Wed, 18 Nov 2015 08:11:15 +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 AFDED21C033 for ; Wed, 18 Nov 2015 08:11:14 +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 C38113408F9 for ; Wed, 18 Nov 2015 08:11:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E15D2A7F for ; Wed, 18 Nov 2015 08:11:10 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1447833999.4a246814040981732fc02302092dccfe99c6632d.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/cmake-utils.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 4a246814040981732fc02302092dccfe99c6632d X-VCS-Branch: master Date: Wed, 18 Nov 2015 08:11:10 +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: cbab5dbd-34d1-42a3-887b-15ee9f85451a X-Archives-Hash: f80eb8e68f1edbfc254a212abd836f91 commit: 4a246814040981732fc02302092dccfe99c6632d Author: Michael Palimaka gentoo org> AuthorDate: Wed Nov 18 08:06:39 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Nov 18 08:06:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4a246814 cmake-utils.eclass: add intial EAPI 6 support eclass/cmake-utils.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index 2ebde45..d6ab599 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -124,7 +124,7 @@ esac inherit toolchain-funcs multilib flag-o-matic eutils versionator case ${EAPI} in - 2|3|4|5) : ;; + 2|3|4|5|6) : ;; *) die "EAPI=${EAPI:-0} is not supported" ;; esac