diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-01-28 22:02:12 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-01-28 22:02:12 +0000 |
commit | 459f6828a3dd59276a73b168772f09115a893da2 (patch) | |
tree | 6a31380c8a452c35b99d9cd53cc6775b0f4bbda8 /games-simulation/dangerdeep | |
parent | Switch to CPU_FLAGS_X86. (diff) | |
download | gentoo-2-459f6828a3dd59276a73b168772f09115a893da2.tar.gz gentoo-2-459f6828a3dd59276a73b168772f09115a893da2.tar.bz2 gentoo-2-459f6828a3dd59276a73b168772f09115a893da2.zip |
Switch to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'games-simulation/dangerdeep')
-rw-r--r-- | games-simulation/dangerdeep/ChangeLog | 8 | ||||
-rw-r--r-- | games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/games-simulation/dangerdeep/ChangeLog b/games-simulation/dangerdeep/ChangeLog index df29bb0ee3ae..68c8194ac1bb 100644 --- a/games-simulation/dangerdeep/ChangeLog +++ b/games-simulation/dangerdeep/ChangeLog @@ -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 <mgorny@gentoo.org> dangerdeep-0.3.0.ebuild: + Switch to CPU_FLAGS_X86. 07 Feb 2013; Ulrich Müller <ulm@gentoo.org> 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 - diff --git a/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild b/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild index 4a36c4f09156..ef6aabd9458d 100644 --- a/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild +++ b/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild @@ -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 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz 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_prepare() { src_compile() { local sse=-1 - if use sse ; then + if use cpu_flags_x86_sse ; then use amd64 && sse=3 || sse=1 fi |