Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/cairo/
Date: Mon, 20 Mar 2023 14:33:21
Message-Id: 1679322770.931c76e72531bcea7a9164cad36a0936bb85f71e.mattst88@gentoo
1 commit: 931c76e72531bcea7a9164cad36a0936bb85f71e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 20 14:32:50 2023 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 20 14:32:50 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=931c76e7
7
8 x11-libs/cairo: Remove xml backend
9
10 Closes: https://bugs.gentoo.org/902143
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 x11-libs/cairo/cairo-9999.ebuild | 1 -
14 1 file changed, 1 deletion(-)
15
16 diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild
17 index 4803af7d4c3d..8057aa2f9d64 100644
18 --- a/x11-libs/cairo/cairo-9999.ebuild
19 +++ b/x11-libs/cairo/cairo-9999.ebuild
20 @@ -54,7 +54,6 @@ multilib_src_configure() {
21 $(meson_feature X xcb)
22 $(meson_feature X xlib)
23 -Dxlib-xcb=disabled
24 - -Dxml=disabled
25 -Dzlib=enabled
26
27 $(meson_feature test tests)