diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-10-19 15:29:10 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-10-19 15:30:08 -0700 |
commit | d09964cd3a4631942122d45dc74d8a5dde8ab2fc (patch) | |
tree | c6955d9ec0f74b9ffb5b6398619f8a01167d379a /x11-libs/cairo | |
parent | dev-db/postgresql: Readd arm to 11 (diff) | |
download | gentoo-d09964cd3a4631942122d45dc74d8a5dde8ab2fc.tar.gz gentoo-d09964cd3a4631942122d45dc74d8a5dde8ab2fc.tar.bz2 gentoo-d09964cd3a4631942122d45dc74d8a5dde8ab2fc.zip |
x11-libs/cairo: Remove stale code
In fact --disable-qt is unconditionally passed below.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/cairo-9999.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild index cf8db822d91b..ecceec470191 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}" \ |