diff options
author | 2006-09-18 04:17:58 +0000 | |
---|---|---|
committer | 2006-09-18 04:17:58 +0000 | |
commit | 5baf47c5586f280e705a5363a3c0e93b45a28319 (patch) | |
tree | a90081ad59499c4d4732e7a458b94b4e6f256ae2 /games-emulation | |
parent | old (diff) | |
download | gentoo-2-5baf47c5586f280e705a5363a3c0e93b45a28319.tar.gz gentoo-2-5baf47c5586f280e705a5363a3c0e93b45a28319.tar.bz2 gentoo-2-5baf47c5586f280e705a5363a3c0e93b45a28319.zip |
stable for x86
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dosbox/dosbox-0.65.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/dosbox/dosbox-0.65.ebuild b/games-emulation/dosbox/dosbox-0.65.ebuild index 080d760d82eb..3536fb6f9469 100644 --- a/games-emulation/dosbox/dosbox-0.65.ebuild +++ b/games-emulation/dosbox/dosbox-0.65.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.65.ebuild,v 1.2 2006/08/27 23:54:07 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.65.ebuild,v 1.3 2006/09/18 04:17:58 mr_bones_ Exp $ inherit games @@ -8,7 +8,7 @@ DESCRIPTION="DOS emulator" HOMEPAGE="http://dosbox.sourceforge.net/" SRC_URI="mirror://sourceforge/dosbox/${P}.tar.gz" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc x86" LICENSE="GPL-2" SLOT="0" IUSE="alsa hardened opengl" @@ -40,7 +40,7 @@ src_compile() { } src_install() { - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog NEWS README THANKS prepgamesdirs } |