mgorny 15/01/29 17:30:46 Modified: flac-1.3.1-r1.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.13 media-libs/flac/flac-1.3.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flac/flac-1.3.1-r1.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flac/flac-1.3.1-r1.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flac/flac-1.3.1-r1.ebuild?r1=1.12&r2=1.13 Index: flac-1.3.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.3.1-r1.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- flac-1.3.1-r1.ebuild 24 Dec 2014 14:45:27 -0000 1.12 +++ flac-1.3.1-r1.ebuild 29 Jan 2015 17:30:46 -0000 1.13 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.3.1-r1.ebuild,v 1.12 2014/12/24 14:45:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.3.1-r1.ebuild,v 1.13 2015/01/29 17:30:46 mgorny Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=1 @@ -15,7 +15,7 @@ LICENSE="BSD FDL-1.2 GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="altivec +cxx debug ogg sse static-libs" +IUSE="altivec +cxx debug ogg cpu_flags_x86_sse static-libs" RDEPEND="ogg? ( >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] ) abi_x86_32? ( @@ -42,7 +42,7 @@ src_configure() { local myeconfargs=( $(use_enable debug) - $(use_enable sse) + $(use_enable cpu_flags_x86_sse sse) $(use_enable altivec) --disable-doxygen-docs --disable-xmms-plugin 1.195 media-libs/flac/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flac/ChangeLog?rev=1.195&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flac/ChangeLog?rev=1.195&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/flac/ChangeLog?r1=1.194&r2=1.195 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v retrieving revision 1.194 retrieving revision 1.195 diff -u -r1.194 -r1.195 --- ChangeLog 24 Dec 2014 17:08:42 -0000 1.194 +++ ChangeLog 29 Jan 2015 17:30:46 -0000 1.195 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/flac -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.194 2014/12/24 17:08:42 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.195 2015/01/29 17:30:46 mgorny Exp $ + + 29 Jan 2015; Michał Górny <[email protected]> flac-1.3.1-r1.ebuild: + Switch to CPU_FLAGS_X86. 24 Dec 2014; Tim Harder <[email protected]> -flac-1.2.1-r3.ebuild, -flac-1.2.1-r4.ebuild, -flac-1.2.1-r5.ebuild, -flac-1.3.0.ebuild,
