commit:     d09964cd3a4631942122d45dc74d8a5dde8ab2fc
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 19 22:29:10 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Oct 19 22:30:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d09964cd

x11-libs/cairo: Remove stale code

In fact --disable-qt is unconditionally passed below.

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-libs/cairo/cairo-9999.ebuild | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild
index cf8db822d91..ecceec47019 100644
--- a/x11-libs/cairo/cairo-9999.ebuild
+++ b/x11-libs/cairo/cairo-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -88,11 +88,6 @@ multilib_src_configure() {
 
        use elibc_FreeBSD && myopts+=" --disable-symbol-lookup"
 
-       # TODO: remove this (and add USE-dep) when qtgui is converted, bug 
#498010
-       if ! multilib_is_native_abi; then
-               myopts+=" --disable-qt"
-       fi
-
        # [[ ${PV} == *9999* ]] && myopts+=" $(use_enable doc gtk-doc)"
 
        ECONF_SOURCE="${S}" \

Reply via email to