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 0A59C59CA5 for ; Tue, 22 Mar 2016 17:48:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5469C21C07E; Tue, 22 Mar 2016 17:48:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED44121C07E for ; Tue, 22 Mar 2016 17:48:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C078340BE0 for ; Tue, 22 Mar 2016 17:48:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56D6A846 for ; Tue, 22 Mar 2016 17:48:10 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1458668879.159d675c90e084b6294e72e983c7d92d27c69836.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5-functions.eclass X-VCS-Directories: eclass/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 159d675c90e084b6294e72e983c7d92d27c69836 X-VCS-Branch: master Date: Tue, 22 Mar 2016 17:48: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: 287dbbd1-eb62-4faa-b698-52e708e51e77 X-Archives-Hash: e4e6e1cf6fdda63c579ea3008b0320a5 commit: 159d675c90e084b6294e72e983c7d92d27c69836 Author: Johannes Huber gentoo org> AuthorDate: Tue Mar 22 17:46:24 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Mar 22 17:47:59 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=159d675c kde5-functions.eclass: Update EAPI description eclass/kde5-functions.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 2da4456..11bfcd4 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -17,7 +17,7 @@ inherit toolchain-funcs versionator # @ECLASS-VARIABLE: EAPI # @DESCRIPTION: -# Currently EAPI 5 is supported. +# Currently EAPI 5 and 6 is supported. case ${EAPI} in 5|6) ;; *) die "EAPI=${EAPI:-0} is not supported" ;;