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 A5B4A1384B4 for ; Wed, 25 Nov 2015 12:03:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AF9D21C04E; Wed, 25 Nov 2015 12:03:45 +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 29AC521C041 for ; Wed, 25 Nov 2015 12:03:44 +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 3E0E23406F3 for ; Wed, 25 Nov 2015 12:03:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A536B6E for ; Wed, 25 Nov 2015 12:03:40 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1448452544.e3ca5282893c2bee17612d33c778fa899e413caa.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:python-eapi6 commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/python-utils-r1.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e3ca5282893c2bee17612d33c778fa899e413caa X-VCS-Branch: python-eapi6 Date: Wed, 25 Nov 2015 12:03:40 +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: 069b4eb3-4cfa-4254-b877-57c73276f12c X-Archives-Hash: e50f599347eb26b3270bba07539a05a5 commit: e3ca5282893c2bee17612d33c778fa899e413caa Author: Michał Górny gentoo org> AuthorDate: Wed Nov 18 19:31:10 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 25 11:55:44 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ca5282 python-utils-r1.eclass: Remove unneeded multilib inherit in EAPI 6 eclass/python-utils-r1.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index d8ced41..59e8799 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -33,8 +33,8 @@ fi if [[ ! ${_PYTHON_UTILS_R1} ]]; then -[[ ${EAPI:-0} == [012345] ]] && inherit eutils -inherit multilib toolchain-funcs +[[ ${EAPI:-0} == [012345] ]] && inherit eutils multilib +inherit toolchain-funcs # @ECLASS-VARIABLE: _PYTHON_ALL_IMPLS # @INTERNAL