mgorny 15/02/05 16:00:23 Modified: libvpx-1.3.0.ebuild libvpx-9999.ebuild ChangeLog Log: Pass --disable-sse correctly, reported by angry_vincent. (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.19 media-libs/libvpx/libvpx-1.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild?r1=1.18&r2=1.19 Index: libvpx-1.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- libvpx-1.3.0.ebuild 3 Feb 2015 13:37:15 -0000 1.18 +++ libvpx-1.3.0.ebuild 5 Feb 2015 16:00:23 -0000 1.19 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild,v 1.18 2015/02/03 13:37:15 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-1.3.0.ebuild,v 1.19 2015/02/05 16:00:23 mgorny Exp $ EAPI=4 inherit eutils multilib toolchain-funcs multilib-minimal @@ -96,7 +96,7 @@ $(use_enable cpu_flags_x86_avx2 avx2) \ $(use_enable cpu_flags_x86_mmx mmx) \ $(use_enable postproc) \ - $(use cpu_flags_x86_sse2 && use_enable cpu_flags_x86_sse sse) \ + $(use cpu_flags_x86_sse2 && use_enable cpu_flags_x86_sse sse || echo --disable-sse) \ $(use_enable cpu_flags_x86_sse2 sse2) \ $(use_enable cpu_flags_x86_sse3 sse3) \ $(use_enable cpu_flags_x86_sse4_1 sse4_1) \ 1.53 media-libs/libvpx/libvpx-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.53&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?rev=1.53&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild?r1=1.52&r2=1.53 Index: libvpx-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- libvpx-9999.ebuild 3 Feb 2015 13:37:15 -0000 1.52 +++ libvpx-9999.ebuild 5 Feb 2015 16:00:23 -0000 1.53 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.52 2015/02/03 13:37:15 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.53 2015/02/05 16:00:23 mgorny Exp $ EAPI=4 inherit multilib toolchain-funcs multilib-minimal @@ -91,7 +91,7 @@ $(use_enable cpu_flags_x86_avx2 avx2) \ $(use_enable cpu_flags_x86_mmx mmx) \ $(use_enable postproc) \ - $(use cpu_flags_x86_sse2 && use_enable cpu_flags_x86_sse sse) \ + $(use cpu_flags_x86_sse2 && use_enable cpu_flags_x86_sse sse || echo --disable-sse) \ $(use_enable cpu_flags_x86_sse2 sse2) \ $(use_enable cpu_flags_x86_sse3 sse3) \ $(use_enable cpu_flags_x86_sse4_1 sse4_1) \ 1.117 media-libs/libvpx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.117&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?rev=1.117&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvpx/ChangeLog?r1=1.116&r2=1.117 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v retrieving revision 1.116 retrieving revision 1.117 diff -u -r1.116 -r1.117 --- ChangeLog 3 Feb 2015 13:37:15 -0000 1.116 +++ ChangeLog 5 Feb 2015 16:00:23 -0000 1.117 @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libvpx # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.116 2015/02/03 13:37:15 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.117 2015/02/05 16:00:23 mgorny Exp $ + + 05 Feb 2015; Michał Górny <[email protected]> libvpx-1.3.0.ebuild, + libvpx-9999.ebuild: + Pass --disable-sse correctly, reported by angry_vincent. 03 Feb 2015; Michał Górny <[email protected]> libvpx-1.3.0.ebuild, libvpx-9999.ebuild:
