diff options
author | 2014-04-28 17:50:08 +0000 | |
---|---|---|
committer | 2014-04-28 17:50:08 +0000 | |
commit | e2e3f78b6c2281028cd8e3f798299e93f683207b (patch) | |
tree | 475244c655d28ec76a71113a2f4c5966c6ab1505 /media-libs/x265/x265-9999.ebuild | |
parent | Replace multilib_build_binaries with multilib_is_native_abi, in order to put ... (diff) | |
download | gentoo-2-e2e3f78b6c2281028cd8e3f798299e93f683207b.tar.gz gentoo-2-e2e3f78b6c2281028cd8e3f798299e93f683207b.tar.bz2 gentoo-2-e2e3f78b6c2281028cd8e3f798299e93f683207b.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 'media-libs/x265/x265-9999.ebuild')
-rw-r--r-- | media-libs/x265/x265-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/x265/x265-9999.ebuild b/media-libs/x265/x265-9999.ebuild index 2fed1ea8cf62..6efd44eaebd0 100644 --- a/media-libs/x265/x265-9999.ebuild +++ b/media-libs/x265/x265-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/media-libs/x265/x265-9999.ebuild,v 1.3 2014/04/10 18:22:39 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/x265/x265-9999.ebuild,v 1.4 2014/04/28 17:50:08 mgorny Exp $ EAPI=5 @@ -42,7 +42,7 @@ src_unpack() { multilib_src_configure() { local mycmakeargs=( $(cmake-utils_use_enable test TESTS) - $(multilib_build_binaries || echo "-DENABLE_CLI=OFF") + $(multilib_is_native_abi || echo "-DENABLE_CLI=OFF") -DHIGH_BIT_DEPTH=$(usex 10bit "ON" "OFF") -DLIB_INSTALL_DIR="$(get_libdir)" ) |