summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-06-04 22:05:07 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-06-04 22:05:07 +0000
commit59cfc886c7e9fd2f4341fb479ac9ebe8482fb96f (patch)
tree1a899685f28aa6257d560730eb76960ed6c46119 /games-emulation/dosbox-cvs
parentufed Version 0.35 Fixes bugs 35915, 50112, 51781 (diff)
downloadgentoo-2-59cfc886c7e9fd2f4341fb479ac9ebe8482fb96f.tar.gz
gentoo-2-59cfc886c7e9fd2f4341fb479ac9ebe8482fb96f.tar.bz2
gentoo-2-59cfc886c7e9fd2f4341fb479ac9ebe8482fb96f.zip
keyword for ~amd64 (bug #53017)
Diffstat (limited to 'games-emulation/dosbox-cvs')
-rw-r--r--games-emulation/dosbox-cvs/ChangeLog6
-rw-r--r--games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/games-emulation/dosbox-cvs/ChangeLog b/games-emulation/dosbox-cvs/ChangeLog
index 8708a53456c9..f30ead8a1033 100644
--- a/games-emulation/dosbox-cvs/ChangeLog
+++ b/games-emulation/dosbox-cvs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/dosbox-cvs
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox-cvs/ChangeLog,v 1.5 2004/03/05 19:48:57 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox-cvs/ChangeLog,v 1.6 2004/06/04 22:05:07 mr_bones_ Exp $
+
+ 04 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ dosbox-cvs-20030809.ebuild:
+ keyword for ~amd64 (bug #53017)
05 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org>
dosbox-cvs-20030809.ebuild:
diff --git a/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild b/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild
index 2f2be8057fae..13692375c661 100644
--- a/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild
+++ b/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild,v 1.6 2004/03/05 19:48:57 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild,v 1.7 2004/06/04 22:05:07 mr_bones_ Exp $
inherit games cvs
DESCRIPTION="DOS Emulator"
HOMEPAGE="http://dosbox.sourceforge.net/"
-KEYWORDS="x86 ppc"
+KEYWORDS="x86 ppc ~amd64"
LICENSE="GPL-2"
IUSE="alsa opengl"
SLOT="0"
@@ -35,7 +35,7 @@ src_compile() {
egamesconf \
--disable-dependency-tracking \
${myconf} \
- `use_enable opengl` \
+ $(use_enable opengl) \
|| die
emake || die "emake failed"
}