Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/cairo/
Date: Sun, 02 Jan 2022 17:49:50
Message-Id: 1641145746.e82d5d39c2feca2bc396b857491a1f6f15f80ee6.soap@gentoo
1 commit: e82d5d39c2feca2bc396b857491a1f6f15f80ee6
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 17:49:06 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 17:49:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e82d5d39
7
8 x11-libs/cairo: remove freebsd-libc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 x11-libs/cairo/cairo-1.16.0-r5.ebuild | 4 +---
13 x11-libs/cairo/cairo-9999.ebuild | 4 +---
14 2 files changed, 2 insertions(+), 6 deletions(-)
15
16 diff --git a/x11-libs/cairo/cairo-1.16.0-r5.ebuild b/x11-libs/cairo/cairo-1.16.0-r5.ebuild
17 index 03d9d52ed6af..a1546a49797f 100644
18 --- a/x11-libs/cairo/cairo-1.16.0-r5.ebuild
19 +++ b/x11-libs/cairo/cairo-1.16.0-r5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -92,8 +92,6 @@ multilib_src_configure() {
27
28 [[ ${CHOST} == *-interix* ]] && append-flags -D_REENTRANT
29
30 - use elibc_FreeBSD && myopts+=" --disable-symbol-lookup"
31 -
32 # [[ ${PV} == *9999* ]] && myopts+=" $(use_enable doc gtk-doc)"
33
34 ECONF_SOURCE="${S}" \
35
36 diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild
37 index 526be1dcbbf9..f2e78b07a7b0 100644
38 --- a/x11-libs/cairo/cairo-9999.ebuild
39 +++ b/x11-libs/cairo/cairo-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2021 Gentoo Authors
42 +# Copyright 1999-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 @@ -89,8 +89,6 @@ multilib_src_configure() {
47
48 [[ ${CHOST} == *-interix* ]] && append-flags -D_REENTRANT
49
50 - use elibc_FreeBSD && myopts+=" --disable-symbol-lookup"
51 -
52 # [[ ${PV} == *9999* ]] && myopts+=" $(use_enable doc gtk-doc)"
53
54 ECONF_SOURCE="${S}" \