Gentoo Archives: gentoo-commits

From: Keri Harris <keri@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/yap/
Date: Thu, 07 Jan 2021 18:51:59
Message-Id: 1610045498.8c6e23599489cf6805868503f0687113235b1b4f.keri@gentoo
1 commit: 8c6e23599489cf6805868503f0687113235b1b4f
2 Author: Keri Harris <keri <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 18:51:19 2021 +0000
4 Commit: Keri Harris <keri <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 18:51:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c6e2359
7
8 dev-lang/yap: support for GCC 10
9
10 Package-Manager: Portage-3.0.4, Repoman-2.3.22
11 Signed-off-by: Keri Harris <keri <AT> gentoo.org>
12
13 dev-lang/yap/yap-6.3.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-lang/yap/yap-6.3.4.ebuild b/dev-lang/yap/yap-6.3.4.ebuild
17 index 3f164b86684..07e979dd23e 100644
18 --- a/dev-lang/yap/yap-6.3.4.ebuild
19 +++ b/dev-lang/yap/yap-6.3.4.ebuild
20 @@ -65,7 +65,7 @@ src_prepare() {
21 }
22
23 src_configure() {
24 - append-flags -fno-strict-aliasing -fcommon
25 + append-flags -fno-strict-aliasing -fcommon -fno-inline-small-functions
26
27 local mycmakeargs=(
28 -DWITH_YAP_STATIC=$(usex static)