mgorny 14/05/17 07:58:57 Modified: libmpeg2-0.5.1-r2.ebuild ChangeLog Log: Use multilib_native_use* functions. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.3 media-libs/libmpeg2/libmpeg2-0.5.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmpeg2/libmpeg2-0.5.1-r2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmpeg2/libmpeg2-0.5.1-r2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmpeg2/libmpeg2-0.5.1-r2.ebuild?r1=1.2&r2=1.3 Index: libmpeg2-0.5.1-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/libmpeg2-0.5.1-r2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libmpeg2-0.5.1-r2.ebuild 14 Oct 2013 17:05:51 -0000 1.2 +++ libmpeg2-0.5.1-r2.ebuild 17 May 2014 07:58:57 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/libmpeg2-0.5.1-r2.ebuild,v 1.2 2013/10/14 17:05:51 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/libmpeg2-0.5.1-r2.ebuild,v 1.3 2014/05/17 07:58:57 mgorny Exp $ EAPI=5 @@ -39,13 +39,12 @@ } multilib_src_configure() { - local myconf="--disable-sdl --without-x" - multilib_is_native_abi && myconf="$(use_enable sdl) $(use_with X x)" - - ECONF_SOURCE="${S}" econf \ + ECONF_SOURCE="${S}" \ + econf \ $(use_enable static-libs static) \ --enable-shared \ - ${myconf} + $(multilib_native_use_enable sdl) \ + $(multilib_native_use_with X x) # remove useless subdirs if ! multilib_is_native_abi ; then 1.83 media-libs/libmpeg2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmpeg2/ChangeLog?rev=1.83&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmpeg2/ChangeLog?rev=1.83&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmpeg2/ChangeLog?r1=1.82&r2=1.83 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/ChangeLog,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- ChangeLog 14 Oct 2013 17:05:51 -0000 1.82 +++ ChangeLog 17 May 2014 07:58:57 -0000 1.83 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libmpeg2 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/ChangeLog,v 1.82 2013/10/14 17:05:51 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/ChangeLog,v 1.83 2014/05/17 07:58:57 mgorny Exp $ + + 17 May 2014; Michał Górny <[email protected]> libmpeg2-0.5.1-r2.ebuild: + Use multilib_native_use* functions. 14 Oct 2013; Michał Górny <[email protected]> libmpeg2-0.5.1-r2.ebuild: Explicitly call einstalldocs in multilib_src_install_all() to accomodate bug
