mgorny 15/01/29 17:33:00 Modified: gegl-9999.ebuild gegl-0.2.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.8 media-libs/gegl/gegl-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-9999.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-9999.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-9999.ebuild?r1=1.7&r2=1.8 Index: gegl-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-9999.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gegl-9999.ebuild 1 May 2013 00:46:15 -0000 1.7 +++ gegl-9999.ebuild 29 Jan 2015 17:33:00 -0000 1.8 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 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/gegl/gegl-9999.ebuild,v 1.7 2013/05/01 00:46:15 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-9999.ebuild,v 1.8 2015/01/29 17:33:00 mgorny Exp $ EAPI=4 @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="" -IUSE="cairo debug ffmpeg introspection jpeg jpeg2k lensfun mmx openexr png raw sdl sse svg umfpack vala" +IUSE="cairo debug ffmpeg introspection jpeg jpeg2k lensfun cpu_flags_x86_mmx openexr png raw sdl cpu_flags_x86_sse svg umfpack vala" RDEPEND=">=media-libs/babl-0.1.10[introspection?] >=dev-libs/glib-2.28:2 @@ -90,8 +90,8 @@ --without-libspiro \ --disable-docs --disable-workshop \ --with-pango --with-gdk-pixbuf \ - $(use_enable mmx) \ - $(use_enable sse) \ + $(use_enable cpu_flags_x86_mmx mmx) \ + $(use_enable cpu_flags_x86_sse sse) \ $(use_enable debug) \ $(use_with cairo) \ $(use_with cairo pangocairo) \ 1.14 media-libs/gegl/gegl-0.2.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.2.0-r2.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.2.0-r2.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.2.0-r2.ebuild?r1=1.13&r2=1.14 Index: gegl-0.2.0-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r2.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- gegl-0.2.0-r2.ebuild 4 Mar 2014 20:03:39 -0000 1.13 +++ gegl-0.2.0-r2.ebuild 29 Jan 2015 17:33:00 -0000 1.14 @@ -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/gegl/gegl-0.2.0-r2.ebuild,v 1.13 2014/03/04 20:03:39 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.2.0-r2.ebuild,v 1.14 2015/01/29 17:33:00 mgorny Exp $ EAPI=5 @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="cairo debug ffmpeg jpeg jpeg2k lensfun mmx openexr png raw sdl sse svg umfpack" # +introspection vala +IUSE="cairo debug ffmpeg jpeg jpeg2k lensfun cpu_flags_x86_mmx openexr png raw sdl cpu_flags_x86_sse svg umfpack" # +introspection vala RDEPEND=" >=media-libs/babl-0.1.10 @@ -110,8 +110,8 @@ --without-libspiro \ --disable-docs --disable-workshop \ --with-pango --with-gdk-pixbuf \ - $(use_enable mmx) \ - $(use_enable sse) \ + $(use_enable cpu_flags_x86_mmx mmx) \ + $(use_enable cpu_flags_x86_sse sse) \ $(use_enable debug) \ $(use_with cairo) \ $(use_with cairo pangocairo) \ 1.107 media-libs/gegl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.107&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.107&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.106&r2=1.107 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- ChangeLog 23 Apr 2014 21:15:06 -0000 1.106 +++ ChangeLog 29 Jan 2015 17:33:00 -0000 1.107 @@ -1,6 +1,10 @@ # ChangeLog for media-libs/gegl -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.106 2014/04/23 21:15:06 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.107 2015/01/29 17:33:00 mgorny Exp $ + + 29 Jan 2015; Michał Górny <[email protected]> gegl-0.2.0-r2.ebuild, + gegl-9999.ebuild: + Switch to CPU_FLAGS_X86. 23 Apr 2014; Pacho Ramos <[email protected]> -gegl-0.1.6-r1.ebuild, -gegl-0.1.6.ebuild, -gegl-0.1.8-r1.ebuild:
