summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-08-20 14:59:00 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-08-20 14:59:00 +0000
commita2820c81507ae2850374ce3365b7de88e60e17f1 (patch)
treed9886944cafd49dd0dbffd5842dc8d6d925fc804 /games-fps/prboom/prboom-2.5.0.ebuild
parentNew shapshot. (diff)
downloadgentoo-2-a2820c81507ae2850374ce3365b7de88e60e17f1.tar.gz
gentoo-2-a2820c81507ae2850374ce3365b7de88e60e17f1.tar.bz2
gentoo-2-a2820c81507ae2850374ce3365b7de88e60e17f1.zip
fix comment (bug #328069); disable x86 asm (bug #379909)
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'games-fps/prboom/prboom-2.5.0.ebuild')
-rw-r--r--games-fps/prboom/prboom-2.5.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/games-fps/prboom/prboom-2.5.0.ebuild b/games-fps/prboom/prboom-2.5.0.ebuild
index 5ab4b2322f25..ac7b647398e3 100644
--- a/games-fps/prboom/prboom-2.5.0.ebuild
+++ b/games-fps/prboom/prboom-2.5.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/prboom/prboom-2.5.0.ebuild,v 1.7 2010/06/03 09:51:53 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/prboom/prboom-2.5.0.ebuild,v 1.8 2011/08/20 14:59:00 mr_bones_ Exp $
EAPI=2
inherit eutils toolchain-funcs games
@@ -51,7 +51,7 @@ src_configure() {
egamesconf \
--disable-dependency-tracking \
--enable-gl \
- $(use_enable x86 i386-asm) \
+ --disable-i386-asm \
--disable-cpu-opt \
--with-waddir="${GAMES_DATADIR}/doom-data"
}
@@ -73,7 +73,7 @@ pkg_postinst() {
elog
elog "doom1.wad is the shareware demo wad consisting of 1 episode,"
elog "and doom.wad is the full Doom 1 set of 3 episodes"
- elog "(or 4 in the Final Doom wad)."
+ elog "(or 4 in the Ultimate Doom wad)."
elog
elog "You can even emerge doom-data and/or freedoom to play for free."
}