diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-03 21:45:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-03 21:45:58 +0000 |
commit | 86d50426189913ab2c508225990f5b96f0948783 (patch) | |
tree | 09609946c449499f5f501292728040e5455a0ce1 /games-emulation/stella/stella-1.3-r1.ebuild | |
parent | inherit eutils (diff) | |
download | gentoo-2-86d50426189913ab2c508225990f5b96f0948783.tar.gz gentoo-2-86d50426189913ab2c508225990f5b96f0948783.tar.bz2 gentoo-2-86d50426189913ab2c508225990f5b96f0948783.zip |
fix depend; inherit eutils for epatch
Diffstat (limited to 'games-emulation/stella/stella-1.3-r1.ebuild')
-rw-r--r-- | games-emulation/stella/stella-1.3-r1.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games-emulation/stella/stella-1.3-r1.ebuild b/games-emulation/stella/stella-1.3-r1.ebuild index 8c8dd58d20c7..7d39657d96fc 100644 --- a/games-emulation/stella/stella-1.3-r1.ebuild +++ b/games-emulation/stella/stella-1.3-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-1.3-r1.ebuild,v 1.2 2004/02/01 12:13:02 ferringb Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-1.3-r1.ebuild,v 1.3 2004/02/03 21:45:52 mr_bones_ Exp $ + +inherit eutils DESCRIPTION="Stella Atari 2600 VCS Emulator" HOMEPAGE="http://stella.sourceforge.net/" @@ -15,9 +17,9 @@ DEPEND="|| ( X? ( virtual/x11 ) sdl? ( media-libs/libsdl ) virtual/x11 - alsa? ( media-libs/alsa-lib ) - media-libs/libpng - )" + ) + alsa? ( media-libs/alsa-lib ) + media-libs/libpng" src_unpack() { unpack ${A} || die |