diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-02-05 15:59:30 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-02-05 15:59:30 +0000 |
commit | cb5e83f32db63d76a4758fb8b8d1af5e5489749c (patch) | |
tree | 05d6e9bb421a0dcaccce96795aeac488a211f20d /games-strategy | |
parent | amd64 stable (diff) | |
download | gentoo-2-cb5e83f32db63d76a4758fb8b8d1af5e5489749c.tar.gz gentoo-2-cb5e83f32db63d76a4758fb8b8d1af5e5489749c.tar.bz2 gentoo-2-cb5e83f32db63d76a4758fb8b8d1af5e5489749c.zip |
Disable asm on non-x86, #196519
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/liquidwar/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/liquidwar/liquidwar-5.6.4.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/games-strategy/liquidwar/ChangeLog b/games-strategy/liquidwar/ChangeLog index 57b4a64c3813..f85763aece63 100644 --- a/games-strategy/liquidwar/ChangeLog +++ b/games-strategy/liquidwar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/liquidwar -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/ChangeLog,v 1.19 2007/10/18 22:31:39 mr_bones_ Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/ChangeLog,v 1.20 2008/02/05 15:59:30 coldwind Exp $ + + 05 Feb 2008; Santiago M. Mola <coldwind@gentoo.org> + liquidwar-5.6.4.ebuild: + Disable asm on non-x86, #196519 *liquidwar-5.6.4 (18 Oct 2007) diff --git a/games-strategy/liquidwar/liquidwar-5.6.4.ebuild b/games-strategy/liquidwar/liquidwar-5.6.4.ebuild index de45923f8616..5cc34548649f 100644 --- a/games-strategy/liquidwar/liquidwar-5.6.4.ebuild +++ b/games-strategy/liquidwar/liquidwar-5.6.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/liquidwar-5.6.4.ebuild,v 1.1 2007/10/18 22:31:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/liquidwar-5.6.4.ebuild,v 1.2 2008/02/05 15:59:30 coldwind Exp $ inherit eutils games @@ -43,6 +43,7 @@ src_compile() { --disable-doc-ps \ --disable-doc-pdf \ --disable-target-opt \ + $(use_enable x86 asm) \ || die emake || die "emake failed" } |