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 C72DF138208 for ; Wed, 27 Apr 2016 18:49:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9160F21C004; Wed, 27 Apr 2016 18:49:14 +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 343EA21C004 for ; Wed, 27 Apr 2016 18:49:14 +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 36492340998 for ; Wed, 27 Apr 2016 18:49:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B76032C for ; Wed, 27 Apr 2016 18:49:11 +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: <1461782940.6902585d3513138b733307823be214b362b4a28b.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 6902585d3513138b733307823be214b362b4a28b X-VCS-Branch: master Date: Wed, 27 Apr 2016 18:49:11 +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: f01809e8-7133-4c23-986b-04fba8a38775 X-Archives-Hash: fe905ad0ec9021cb8bd1fc632c596014 commit: 6902585d3513138b733307823be214b362b4a28b Author: Michael Palimaka gentoo org> AuthorDate: Wed Apr 27 18:47:07 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Apr 27 18:49:00 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6902585d kde5-functions.eclass: drop EAPI 5 support 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 dbcb229..e95a9bc 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -19,7 +19,7 @@ inherit toolchain-funcs versionator # @DESCRIPTION: # Currently EAPI 5 and 6 is supported. case ${EAPI} in - 5|6) ;; + 6) ;; *) die "EAPI=${EAPI:-0} is not supported" ;; esac