diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-11 09:17:26 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-11 09:17:26 +0000 |
commit | 5e8268484106d68332045e18bf01f516080c6325 (patch) | |
tree | bed1e773ad71ce680bae6a8c188baff6ea4f8236 /games-emulation | |
parent | Added ~mips to satisfy repoman deps (Manifest recommit) (diff) | |
download | gentoo-2-5e8268484106d68332045e18bf01f516080c6325.tar.gz gentoo-2-5e8268484106d68332045e18bf01f516080c6325.tar.bz2 gentoo-2-5e8268484106d68332045e18bf01f516080c6325.zip |
fix header, IUSE, DEPEND
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dosbox/dosbox-0.58.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-emulation/dosbox/dosbox-0.58.ebuild b/games-emulation/dosbox/dosbox-0.58.ebuild index 94395f793a75..cdf5046476a0 100644 --- a/games-emulation/dosbox/dosbox-0.58.ebuild +++ b/games-emulation/dosbox/dosbox-0.58.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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/dosbox-0.58.ebuild,v 1.3 2004/02/11 02:55:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.58.ebuild,v 1.4 2004/02/11 09:17:26 mr_bones_ Exp $ inherit games @@ -8,12 +8,12 @@ DESCRIPTION="DOS emulator" HOMEPAGE="http://dosbox.sourceforge.net/" SRC_URI="mirror://sourceforge/dosbox/${P}.tar.gz" +KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +IUSE="" -DEPEND="sys-libs/ncurses - >=media-libs/libsdl-1.2.0 +DEPEND=">=media-libs/libsdl-1.2.0 sys-libs/zlib" src_compile() { |