mgorny 15/01/29 17:58:22 Modified: smpeg2-2.0.0-r2.ebuild ChangeLog Log: Switch to CPU_FLAGS_X86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.4 media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild?r1=1.3&r2=1.4 Index: smpeg2-2.0.0-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- smpeg2-2.0.0-r2.ebuild 22 Jan 2015 08:24:50 -0000 1.3 +++ smpeg2-2.0.0-r2.ebuild 29 Jan 2015 17:58:22 -0000 1.4 @@ -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/smpeg2/smpeg2-2.0.0-r2.ebuild,v 1.3 2015/01/22 08:24:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild,v 1.4 2015/01/29 17:58:22 mgorny Exp $ EAPI=5 inherit eutils toolchain-funcs autotools multilib-minimal @@ -13,7 +13,7 @@ LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="debug mmx static-libs" +IUSE="debug cpu_flags_x86_mmx static-libs" DEPEND=">=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]" RDEPEND="${DEPEND}" @@ -41,7 +41,7 @@ --disable-rpath \ --enable-debug \ --disable-sdltest \ - $(use_enable mmx) \ + $(use_enable cpu_flags_x86_mmx mmx) \ $(use_enable debug assertions) } 1.6 media-libs/smpeg2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg2/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg2/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg2/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/smpeg2/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 22 Jan 2015 08:24:50 -0000 1.5 +++ ChangeLog 29 Jan 2015 17:58:22 -0000 1.6 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/smpeg2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg2/ChangeLog,v 1.5 2015/01/22 08:24:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg2/ChangeLog,v 1.6 2015/01/29 17:58:22 mgorny Exp $ + + 29 Jan 2015; Michał Górny <[email protected]> smpeg2-2.0.0-r2.ebuild: + Switch to CPU_FLAGS_X86. 22 Jan 2015; Michael Sterrett <[email protected]> -smpeg2-2.0.0-r1.ebuild, smpeg2-2.0.0-r2.ebuild:
