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: Sat, 26 Feb 2022 03:09:41
Message-Id: 1645844969.fcbbe6d27e5bb09b42c3cc78a5553e60567f71a7.mattst88@gentoo
1 commit: fcbbe6d27e5bb09b42c3cc78a5553e60567f71a7
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 26 03:08:18 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 26 03:09:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcbbe6d2
7
8 x11-libs/cairo: Drop dead build flags
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/cairo/cairo-9999.ebuild | 5 -----
13 1 file changed, 5 deletions(-)
14
15 diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild
16 index 1eb05d30fd2f..0c5c1384ad56 100644
17 --- a/x11-libs/cairo/cairo-9999.ebuild
18 +++ b/x11-libs/cairo/cairo-9999.ebuild
19 @@ -111,11 +111,6 @@ multilib_src_configure() {
20 --enable-png \
21 --enable-ps \
22 --enable-script \
23 - --disable-drm \
24 - --disable-directfb \
25 - --disable-gallium \
26 - --disable-qt \
27 - --disable-vg \
28 --disable-xlib-xcb \
29 ${myopts}
30 }