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 21D6F58973 for ; Wed, 10 Feb 2016 18:27:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4498521C116; Wed, 10 Feb 2016 18:27:43 +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 84EF021C116 for ; Wed, 10 Feb 2016 18:27:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3332E340B6A for ; Wed, 10 Feb 2016 18:27:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 281CD10FD for ; Wed, 10 Feb 2016 18:27:38 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1455128841.c9dcd29fbbfa90e278eadaeb50509b4d2b2e5f14.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: eclass/ X-VCS-Repository: proj/sci X-VCS-Files: eclass/numeric-int64-multibuild.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c9dcd29fbbfa90e278eadaeb50509b4d2b2e5f14 X-VCS-Branch: master Date: Wed, 10 Feb 2016 18:27:38 +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: 7265a3f0-1360-43f7-b3f4-44383feec936 X-Archives-Hash: 2c9b1d9198d60e09b5728c08443134f9 commit: c9dcd29fbbfa90e278eadaeb50509b4d2b2e5f14 Author: Justin Lecher gentoo org> AuthorDate: Wed Feb 10 18:25:15 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Feb 10 18:27:21 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c9dcd29f numeric-int64-multibuild.eclass: Enable EAPI=6 Signed-off-by: Justin Lecher gentoo.org> eclass/numeric-int64-multibuild.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/numeric-int64-multibuild.eclass b/eclass/numeric-int64-multibuild.eclass index 6ac7d79..a7c8c6c 100644 --- a/eclass/numeric-int64-multibuild.eclass +++ b/eclass/numeric-int64-multibuild.eclass @@ -19,8 +19,8 @@ if [[ ! ${_NUMERIC_INT64_MULTILIB_ECLASS} ]]; then # EAPI=5 is required for meaningful MULTILIB_USEDEP. case ${EAPI:-0} in 5) - inherit multilib - ;; + inherit multilib ;; + 6) ;; *) die "EAPI=${EAPI} is not supported" ;; esac