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 C8CDF1388C1 for ; Sun, 6 Dec 2015 17:20:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3675E077C; Sun, 6 Dec 2015 17:20:03 +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 F0CF221C03C for ; Sun, 6 Dec 2015 17:20:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19430340771 for ; Sun, 6 Dec 2015 17:20:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C66AE5B for ; Sun, 6 Dec 2015 17:19:58 +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: <1449422165.7669c1e1fdffbcaf2b422e6e05dd92bf4b51a7b8.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: 7669c1e1fdffbcaf2b422e6e05dd92bf4b51a7b8 X-VCS-Branch: multilib-eapi6 Date: Sun, 6 Dec 2015 17:19:58 +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: de74eda6-436c-42df-a139-6b681b3ee8ed X-Archives-Hash: 784de2399afd833e24a51a4697903667 commit: 7669c1e1fdffbcaf2b422e6e05dd92bf4b51a7b8 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:16:05 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7669c1e1 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 9832d81..d84986e 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: