summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-01-28 22:02:13 +0000
committerMichał Górny <mgorny@gentoo.org>2015-01-28 22:02:13 +0000
commitb25bcb8f5909856d866b834b70e580dca1977bc4 (patch)
tree651e39b0273b1ba400d5152706c83b8fd8fbf11c /games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild
parentSwitch to CPU_FLAGS_X86. (diff)
downloadhistorical-b25bcb8f5909856d866b834b70e580dca1977bc4.tar.gz
historical-b25bcb8f5909856d866b834b70e580dca1977bc4.tar.bz2
historical-b25bcb8f5909856d866b834b70e580dca1977bc4.zip
Switch to CPU_FLAGS_X86.
Package-Manager: portage-2.2.15/cvs/Linux x86_64 Manifest-Sign-Key: 0xEFB4464E!
Diffstat (limited to 'games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild')
-rw-r--r--games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild8
1 files changed, 4 insertions, 4 deletions
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