diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-04-28 17:47:22 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-04-28 17:47:22 +0000 |
commit | b470b680a5a84a7fec123e2ca56034cf4a660972 (patch) | |
tree | 63b013e5a81a8fc0744d18646a140845d9375d4b /media-libs/openal | |
parent | Replace multilib_build_binaries with multilib_is_native_abi. The two are equi... (diff) | |
download | gentoo-2-b470b680a5a84a7fec123e2ca56034cf4a660972.tar.gz gentoo-2-b470b680a5a84a7fec123e2ca56034cf4a660972.tar.bz2 gentoo-2-b470b680a5a84a7fec123e2ca56034cf4a660972.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/openal')
-rw-r--r-- | media-libs/openal/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/openal/openal-1.15.1-r1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-libs/openal/ChangeLog b/media-libs/openal/ChangeLog index 95bbce2487ae..c805f4967fde 100644 --- a/media-libs/openal/ChangeLog +++ b/media-libs/openal/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/openal # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.178 2014/04/20 11:28:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.179 2014/04/28 17:47:22 mgorny Exp $ + + 28 Apr 2014; Michał Górny <mgorny@gentoo.org> openal-1.15.1-r1.ebuild: + 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. 20 Apr 2014; Agostino Sarubbo <ago@gentoo.org> openal-1.15.1-r2.ebuild: Stable for ppc64, wrt bug #501496 diff --git a/media-libs/openal/openal-1.15.1-r1.ebuild b/media-libs/openal/openal-1.15.1-r1.ebuild index e553f37e96a6..52ed59c7e652 100644 --- a/media-libs/openal/openal-1.15.1-r1.ebuild +++ b/media-libs/openal/openal-1.15.1-r1.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/openal/openal-1.15.1-r1.ebuild,v 1.7 2014/01/31 14:56:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild,v 1.8 2014/04/28 17:47:22 mgorny Exp $ EAPI=5 inherit cmake-multilib @@ -43,7 +43,7 @@ src_configure() { $(cmake-utils_use sse) ) - if multilib_build_binaries; then + if multilib_is_native_abi; then mycmakeargs+=( $(cmake-utils_use alstream EXAMPLES) ) else mycmakeargs+=( "-DEXAMPLES=OFF" ) |