mgorny 14/04/28 18:10:02 Modified: libav-9.10-r1.ebuild ChangeLog Log: 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!)
Revision Changes Path 1.3 media-video/libav/libav-9.10-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9.10-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9.10-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9.10-r1.ebuild?r1=1.2&r2=1.3 Index: libav-9.10-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-9.10-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libav-9.10-r1.ebuild 18 Mar 2014 15:27:10 -0000 1.2 +++ libav-9.10-r1.ebuild 28 Apr 2014 18:10:02 -0000 1.3 @@ -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-video/libav/libav-9.10-r1.ebuild,v 1.2 2014/03/18 15:27:10 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9.10-r1.ebuild,v 1.3 2014/04/28 18:10:02 mgorny Exp $ EAPI=5 @@ -295,7 +295,7 @@ emake - if use tools && multilib_build_binaries; then + if use tools && multilib_is_native_abi; then tc-export CC for i in ${TOOLS}; do @@ -308,7 +308,7 @@ local i emake DESTDIR="${D}" install-libs install-headers - if multilib_build_binaries; then + if multilib_is_native_abi; then emake DESTDIR="${D}" install install-man cd "${S}" dodoc Changelog README INSTALL 1.184 media-video/libav/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?rev=1.184&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?rev=1.184&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?r1=1.183&r2=1.184 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v retrieving revision 1.183 retrieving revision 1.184 diff -u -r1.183 -r1.184 --- ChangeLog 30 Mar 2014 19:00:19 -0000 1.183 +++ ChangeLog 28 Apr 2014 18:10:02 -0000 1.184 @@ -1,6 +1,11 @@ # ChangeLog for media-video/libav # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.183 2014/03/30 19:00:19 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.184 2014/04/28 18:10:02 mgorny Exp $ + + 28 Apr 2014; Michał Górny <[email protected]> libav-9.10-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. *libav-10.9999 (30 Mar 2014) *libav-10 (30 Mar 2014)
