Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/tests/
Date: Mon, 23 Dec 2019 11:47:37
Message-Id: 1577101622.36613f4c0fb5eae1f99165156b85c348d38ecf24.slyfox@gentoo
1 commit: 36613f4c0fb5eae1f99165156b85c348d38ecf24
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 23 11:32:39 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 23 11:47:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36613f4c
7
8 eclass/tests/flag-o-matic.sh: clarify the filter
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11
12 eclass/tests/flag-o-matic.sh | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/tests/flag-o-matic.sh b/eclass/tests/flag-o-matic.sh
16 index b0b97ea0bc1..7c078499d70 100755
17 --- a/eclass/tests/flag-o-matic.sh
18 +++ b/eclass/tests/flag-o-matic.sh
19 @@ -53,7 +53,7 @@ done <<<"
20 1 -n
21 "
22
23 -tbegin "strip-unsupported-flags"
24 +tbegin "strip-unsupported-flags for -z=2"
25 strip-unsupported-flags
26 [[ ${CFLAGS} == "--param l1-cache-size=32" ]] && [[ ${CXXFLAGS} == "-z=2" ]] && [[ ${LDFLAGS} == "" ]]
27 ftend