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: Fri, 19 Oct 2018 22:30:46
Message-Id: 1539988208.d09964cd3a4631942122d45dc74d8a5dde8ab2fc.mattst88@gentoo
1 commit: d09964cd3a4631942122d45dc74d8a5dde8ab2fc
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 19 22:29:10 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 19 22:30:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d09964cd
7
8 x11-libs/cairo: Remove stale code
9
10 In fact --disable-qt is unconditionally passed below.
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 x11-libs/cairo/cairo-9999.ebuild | 7 +------
15 1 file changed, 1 insertion(+), 6 deletions(-)
16
17 diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild
18 index cf8db822d91..ecceec47019 100644
19 --- a/x11-libs/cairo/cairo-9999.ebuild
20 +++ b/x11-libs/cairo/cairo-9999.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -88,11 +88,6 @@ multilib_src_configure() {
28
29 use elibc_FreeBSD && myopts+=" --disable-symbol-lookup"
30
31 - # TODO: remove this (and add USE-dep) when qtgui is converted, bug #498010
32 - if ! multilib_is_native_abi; then
33 - myopts+=" --disable-qt"
34 - fi
35 -
36 # [[ ${PV} == *9999* ]] && myopts+=" $(use_enable doc gtk-doc)"
37
38 ECONF_SOURCE="${S}" \