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 541D01384B4 for ; Sat, 28 Nov 2015 13:26:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CDF621C144; Sat, 28 Nov 2015 13:24:29 +0000 (UTC) Received: from hetzner3.not-your-server.de (hetzner3.not-your-server.de [144.76.31.203]) (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 F04B621C0B4 for ; Sat, 28 Nov 2015 13:24:26 +0000 (UTC) Received: from localhost (localhost [IPv6:::1]) by hetzner3.not-your-server.de (Postfix) with ESMTP id 6C250105814; Sat, 28 Nov 2015 14:24:25 +0100 (CET) X-Virus-Scanned: amavisd-new at not-your-server.de Received: from hetzner3.not-your-server.de ([127.0.0.1]) by localhost (hetzner3.not-your-server.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wGjbbgDccHOQ; Sat, 28 Nov 2015 14:24:24 +0100 (CET) Received: from leo.ics.kfa-juelich.de (static-2-1002.not-your-server.de [IPv6:2a01:4f8:191:22ca::2:1002]) by hetzner3.not-your-server.de (Postfix) with ESMTP id 47ECB105819; Sat, 28 Nov 2015 14:24:24 +0100 (CET) From: Justin Lecher To: gentoo-dev@lists.gentoo.org Cc: Justin Lecher Subject: [gentoo-dev] [PATCH 5/8] virtualx.eclass: Support EAPI=6 Date: Sat, 28 Nov 2015 14:24:18 +0100 Message-Id: <1448717061-11581-6-git-send-email-jlec@gentoo.org> X-Mailer: git-send-email 2.6.3 In-Reply-To: <1448717061-11581-1-git-send-email-jlec@gentoo.org> References: <1448717061-11581-1-git-send-email-jlec@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Archives-Salt: 0db50bff-f3ce-4c1f-a809-1a4c5eb01dda X-Archives-Hash: 1f86aeb8f34fd9deab8de57834f8c94d Signed-off-by: Justin Lecher --- eclass/virtualx.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index 615ff0e..048359f 100644 --- a/eclass/virtualx.eclass +++ b/eclass/virtualx.eclass @@ -13,7 +13,7 @@ case "${EAPI:-0}" in 0|1) die "virtualx eclass require EAPI=2 or newer." ;; - 2|3|4|5) + 2|3|4|5|6) ;; *) die "EAPI ${EAPI} is not supported yet." -- 2.6.3