diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-08-26 18:28:46 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-08-26 18:28:46 +0000 |
commit | b738c794b2cbef6ae023b3700e426bb3b3f33c9f (patch) | |
tree | 93961a6416a44308d763c7e7c20e821f385b1304 /app-emulation/advancemame | |
parent | Cleaned the ebuild and fixed bug 6771. (diff) | |
download | historical-b738c794b2cbef6ae023b3700e426bb3b3f33c9f.tar.gz historical-b738c794b2cbef6ae023b3700e426bb3b3f33c9f.tar.bz2 historical-b738c794b2cbef6ae023b3700e426bb3b3f33c9f.zip |
add dev-lang/nasm to DEPEND
Diffstat (limited to 'app-emulation/advancemame')
-rw-r--r-- | app-emulation/advancemame/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/advancemame/advancemame-0.61.1.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-emulation/advancemame/ChangeLog b/app-emulation/advancemame/ChangeLog index 5c1c9bfc00af..179fa2d82d50 100644 --- a/app-emulation/advancemame/ChangeLog +++ b/app-emulation/advancemame/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/advancemame # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/advancemame/ChangeLog,v 1.1 2002/08/24 17:00:13 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/advancemame/ChangeLog,v 1.2 2002/08/26 18:28:46 azarah Exp $ + + 26 Aug 2002; Martin Schlemmer <azarah@gentoo.org> advancemame-0.61.1.ebuild : + + Add dev-lang/nasm to the DEPEND. *advancemame-0.61.1 (24 Aug 2002) diff --git a/app-emulation/advancemame/advancemame-0.61.1.ebuild b/app-emulation/advancemame/advancemame-0.61.1.ebuild index 29d135dd34e4..8f05d623f88b 100644 --- a/app-emulation/advancemame/advancemame-0.61.1.ebuild +++ b/app-emulation/advancemame/advancemame-0.61.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/advancemame/advancemame-0.61.1.ebuild,v 1.1 2002/08/24 17:00:14 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/advancemame/advancemame-0.61.1.ebuild,v 1.2 2002/08/26 18:28:46 azarah Exp $ # This build we configure to explicitly use SDL, as it is very # difficult to get it working with fb or svgalib support. Anyway, @@ -32,7 +32,8 @@ KEYWORDS="x86" DEPEND="virtual/x11 app-arch/unzip - media-libs/libsdl" + >=dev-lang/nasm-0.98 + >=media-libs/libsdl-1.2.3" src_unpack() { |