mgorny 15/01/28 19:31:45 Modified: eina-1.7.9.ebuild eina-9999.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.2 dev-libs/eina/eina-1.7.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/eina-1.7.9.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/eina-1.7.9.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/eina-1.7.9.ebuild?r1=1.1&r2=1.2 Index: eina-1.7.9.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-1.7.9.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- eina-1.7.9.ebuild 11 Nov 2013 18:28:34 -0000 1.1 +++ eina-1.7.9.ebuild 28 Jan 2015 19:31:45 -0000 1.2 @@ -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/dev-libs/eina/eina-1.7.9.ebuild,v 1.1 2013/11/11 18:28:34 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-1.7.9.ebuild,v 1.2 2015/01/28 19:31:45 mgorny Exp $ EAPI="4" @@ -18,7 +18,7 @@ DESCRIPTION="Enlightenment's data types library (list, hash, etc) in C" LICENSE="LGPL-2.1" -IUSE="altivec debug default-mempool mmx sse sse2 static-libs test valgrind" +IUSE="altivec debug default-mempool cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 static-libs test valgrind" MEMPOOLS=( @buddy @@ -54,9 +54,9 @@ $(use debug || echo " --with-internal-maximum-log-level=2") $(use_enable default-mempool) $(use_enable doc) - $(use_enable mmx cpu-mmx) - $(use_enable sse cpu-sse) - $(use_enable sse2 cpu-sse2) + $(use_enable cpu_flags_x86_mmx cpu-mmx) + $(use_enable cpu_flags_x86_sse cpu-sse) + $(use_enable cpu_flags_x86_sse2 cpu-sse2) $(use test && echo " --disable-amalgamation") $(use_enable test e17) $(use_enable test tests) 1.3 dev-libs/eina/eina-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/eina-9999.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/eina-9999.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/eina-9999.ebuild?r1=1.2&r2=1.3 Index: eina-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-9999.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- eina-9999.ebuild 11 Nov 2013 18:28:34 -0000 1.2 +++ eina-9999.ebuild 28 Jan 2015 19:31:45 -0000 1.3 @@ -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/dev-libs/eina/eina-9999.ebuild,v 1.2 2013/11/11 18:28:34 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-9999.ebuild,v 1.3 2015/01/28 19:31:45 mgorny Exp $ EAPI="4" @@ -18,7 +18,7 @@ DESCRIPTION="Enlightenment's data types library (list, hash, etc) in C" LICENSE="LGPL-2.1" -IUSE="altivec debug default-mempool mmx sse sse2 static-libs test valgrind" +IUSE="altivec debug default-mempool cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 static-libs test valgrind" MEMPOOLS=( @buddy @@ -54,9 +54,9 @@ $(use debug || echo " --with-internal-maximum-log-level=2") $(use_enable default-mempool) $(use_enable doc) - $(use_enable mmx cpu-mmx) - $(use_enable sse cpu-sse) - $(use_enable sse2 cpu-sse2) + $(use_enable cpu_flags_x86_mmx cpu-mmx) + $(use_enable cpu_flags_x86_sse cpu-sse) + $(use_enable cpu_flags_x86_sse2 cpu-sse2) $(use test && echo " --disable-amalgamation") $(use_enable test e17) $(use_enable test tests) 1.22 dev-libs/eina/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/eina/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 11 Nov 2013 18:28:34 -0000 1.21 +++ ChangeLog 28 Jan 2015 19:31:45 -0000 1.22 @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/eina -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/ChangeLog,v 1.21 2013/11/11 18:28:34 tommy Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/ChangeLog,v 1.22 2015/01/28 19:31:45 mgorny Exp $ + + 28 Jan 2015; Michał Górny <[email protected]> eina-1.7.9.ebuild, + eina-9999.ebuild: + Switch to CPU_FLAGS_X86. *eina-1.7.9 (11 Nov 2013)
