mgorny 15/01/28 21:59:13 Modified: openttd-1.4.4.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 games-simulation/openttd/openttd-1.4.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild?r1=1.1&r2=1.2 Index: openttd-1.4.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- openttd-1.4.4.ebuild 10 Jan 2015 05:38:19 -0000 1.1 +++ openttd-1.4.4.ebuild 28 Jan 2015 21:59:13 -0000 1.2 @@ -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/games-simulation/openttd/openttd-1.4.4.ebuild,v 1.1 2015/01/10 05:38:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild,v 1.2 2015/01/28 21:59:13 mgorny Exp $ EAPI=5 inherit eutils gnome2-utils games @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="aplaymidi debug dedicated iconv icu lzo +openmedia +png sse +timidity +truetype zlib" +IUSE="aplaymidi debug dedicated iconv icu lzo +openmedia +png cpu_flags_x86_sse +timidity +truetype zlib" RESTRICT="test" # needs a graphics set in order to test DEPEND="!dedicated? ( @@ -94,7 +94,7 @@ ${myopts} \ $(use_with iconv) \ $(use_with png) \ - $(use_with sse) \ + $(use_with cpu_flags_x86_sse sse) \ $(use_with lzo liblzo2) \ || die } 1.151 games-simulation/openttd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/ChangeLog?rev=1.151&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/ChangeLog?rev=1.151&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/ChangeLog?r1=1.150&r2=1.151 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v retrieving revision 1.150 retrieving revision 1.151 diff -u -r1.150 -r1.151 --- ChangeLog 26 Jan 2015 18:10:13 -0000 1.150 +++ ChangeLog 28 Jan 2015 21:59:13 -0000 1.151 @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/openttd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.150 2015/01/26 18:10:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.151 2015/01/28 21:59:13 mgorny Exp $ + + 28 Jan 2015; Michał Górny <mgo...@gentoo.org> openttd-1.4.4.ebuild: + Switch to CPU_FLAGS_X86. 26 Jan 2015; Michael Sterrett <mr_bon...@gentoo.org> -files/openttd-1.4.2-cflags.patch, -openttd-1.4.2.ebuild: