diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-04-28 17:50:00 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-04-28 17:50:00 +0000 |
commit | c4e708611da01c984080b76477a5ef9fc8132bfa (patch) | |
tree | fd6934aa4596c3afd878f64e2ebc1f1f09536e74 /x11-libs/cairo/cairo-9999.ebuild | |
parent | Replace multilib_build_binaries with multilib_is_native_abi, in order to put ... (diff) | |
download | gentoo-2-c4e708611da01c984080b76477a5ef9fc8132bfa.tar.gz gentoo-2-c4e708611da01c984080b76477a5ef9fc8132bfa.tar.bz2 gentoo-2-c4e708611da01c984080b76477a5ef9fc8132bfa.zip |
Replace multilib_build_binaries with multilib_is_native_abi, in order to put an end to the confusion introduced by having two functions, the proper one suggesting it is just for binaries.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'x11-libs/cairo/cairo-9999.ebuild')
-rw-r--r-- | x11-libs/cairo/cairo-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild index a2775f0fa89d..72c61c69fe8a 100644 --- a/x11-libs/cairo/cairo-9999.ebuild +++ b/x11-libs/cairo/cairo-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v 1.38 2014/04/20 17:55:37 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v 1.39 2014/04/28 17:50:00 mgorny Exp $ EAPI=5 @@ -113,12 +113,12 @@ multilib_src_configure() { # TODO: remove this (and add USE-dep) when DirectFB is converted, # bug #484248 -- but beware of the circular dep. - if ! multilib_build_binaries; then + if ! multilib_is_native_abi; then myopts+=" --disable-directfb" fi # TODO: remove this (and add USE-dep) when qtgui is converted, bug #498010 - if ! multilib_build_binaries; then + if ! multilib_is_native_abi; then myopts+=" --disable-qt" fi |