From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-882537-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 082AF138262 for <garchives@archives.gentoo.org>; Fri, 20 May 2016 19:23:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00F6521C039; Fri, 20 May 2016 19:23:24 +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 9A40921C039 for <gentoo-commits@lists.gentoo.org>; Fri, 20 May 2016 19:23:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 85463340C42 for <gentoo-commits@lists.gentoo.org>; Fri, 20 May 2016 19:23:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AFC0332 for <gentoo-commits@lists.gentoo.org>; Fri, 20 May 2016 19:23:17 +0000 (UTC) From: "Johannes Huber" <johu@gentoo.org> 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" <johu@gentoo.org> Message-ID: <1463772160.183e96bd765c095b35c15f4a1ede832805befbdd.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: 183e96bd765c095b35c15f4a1ede832805befbdd X-VCS-Branch: master Date: Fri, 20 May 2016 19:23:17 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5a54a181-e43f-4cbb-907e-4e274797ca51 X-Archives-Hash: 8f45f670c108300a47fffb26b76d0f81 commit: 183e96bd765c095b35c15f4a1ede832805befbdd Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Fri May 20 19:22:40 2016 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Fri May 20 19:22:40 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=183e96bd kde5-functions.eclass: Update EAPI doc 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 9fbc35b..435c838 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 and 6 is supported. +# Currently EAPI 6 is supported. case ${EAPI} in 6) ;; *) die "EAPI=${EAPI:-0} is not supported" ;;