mgorny 15/01/28 22:02:12 Modified: dangerdeep-0.3.0.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 games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild?r1=1.12&r2=1.13 Index: dangerdeep-0.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- dangerdeep-0.3.0.ebuild 7 Feb 2013 22:15:30 -0000 1.12 +++ dangerdeep-0.3.0.ebuild 28 Jan 2015 22:02:12 -0000 1.13 @@ -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/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild,v 1.12 2013/02/07 22:15:30 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild,v 1.13 2015/01/28 22:02:12 mgorny Exp $ EAPI=2 inherit eutils scons-utils games @@ -13,7 +13,7 @@ LICENSE="GPL-2 CC-BY-NC-ND-2.0" SLOT="0" KEYWORDS="amd64 ~x86" -IUSE="sse debug" +IUSE="cpu_flags_x86_sse debug" RDEPEND="virtual/opengl virtual/glu @@ -37,7 +37,7 @@ src_compile() { local sse=-1 - if use sse ; then + if use cpu_flags_x86_sse ; then use amd64 && sse=3 || sse=1 fi 1.16 games-simulation/dangerdeep/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/dangerdeep/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/dangerdeep/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/dangerdeep/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 7 Feb 2013 22:15:30 -0000 1.15 +++ ChangeLog 28 Jan 2015 22:02:12 -0000 1.16 @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/dangerdeep -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/ChangeLog,v 1.15 2013/02/07 22:15:30 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/ChangeLog,v 1.16 2015/01/28 22:02:12 mgorny Exp $ + + 28 Jan 2015; Michał Górny <[email protected]> dangerdeep-0.3.0.ebuild: + Switch to CPU_FLAGS_X86. 07 Feb 2013; Ulrich Müller <[email protected]> dangerdeep-0.3.0.ebuild: Move Creative Commons licenses to shorter names. @@ -62,4 +65,3 @@ +files/dangerdeep-0.2.0-build.patch, +metadata.xml, +dangerdeep-0.2.0.ebuild: initial commit - ebuild submitted by Bernard Cafarelli via bug #130023 -
