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 40F491384B4 for ; Sun, 6 Dec 2015 17:56:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 756ED21C0C8; Sun, 6 Dec 2015 17:56:07 +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 96D7621C0C9 for ; Sun, 6 Dec 2015 17:56:06 +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 A61A0340813 for ; Sun, 6 Dec 2015 17:56:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 478F8CB1 for ; Sun, 6 Dec 2015 17:56:02 +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: <1449424477.3bed5d32c6536e98c995d1da1e07cf28203dc958.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:multilib-eapi6 commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/multilib-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3bed5d32c6536e98c995d1da1e07cf28203dc958 X-VCS-Branch: multilib-eapi6 Date: Sun, 6 Dec 2015 17:56:02 +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: f0c3a919-c175-4027-8f75-661d0c5d2555 X-Archives-Hash: 3861e81aa69c7ff1272714be5d7d8deb commit: 3bed5d32c6536e98c995d1da1e07cf28203dc958 Author: Michał Górny gentoo org> AuthorDate: Sun Dec 6 15:41:02 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 6 17:54:37 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bed5d32 multilib-build.eclass: Unset global-setting function after use eclass/multilib-build.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass index 664cd43..8a3ac7f 100644 --- a/eclass/multilib-build.eclass +++ b/eclass/multilib-build.eclass @@ -126,6 +126,7 @@ _multilib_build_set_globals() { declare -g -r MULTILIB_USEDEP=${usedeps// /,} } _multilib_build_set_globals +unset -f _multilib_build_set_globals # @FUNCTION: multilib_get_enabled_abis # @DESCRIPTION: