Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 23 Jun 2021 10:21:54
Message-Id: 1624443694.c5dfdb07cf10f501ad4df01814ae11b5b2d9da4e.ulm@gentoo
1 commit: c5dfdb07cf10f501ad4df01814ae11b5b2d9da4e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 21 15:45:03 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 23 10:21:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5dfdb07
7
8 multilib.eclass: Update a comment
9
10 Reported-by: Sam James <sam <AT> gentoo.org>
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 eclass/multilib.eclass | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass
17 index 8422d5e1849..67cad9875a1 100644
18 --- a/eclass/multilib.eclass
19 +++ b/eclass/multilib.eclass
20 @@ -519,7 +519,7 @@ multilib_toolchain_setup() {
21 fi
22
23 if [[ ${ABI} != ${DEFAULT_ABI} ]] ; then
24 - # Back that multilib-ass up so we can restore it later
25 + # Backup multilib state so we can restore it later
26 for v in "${save_restore_variables[@]}" ; do
27 vv="_abi_saved_${v}"
28 [[ ${!v+set} == "set" ]] && export ${vv}="${!v}" || unset ${vv}