diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-03-13 16:27:57 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-03-13 16:27:57 +0000 |
commit | 6a5c360c3fb195b46dc14387618d62491c8e2727 (patch) | |
tree | 87346c7798a9dcb6bc668efae39635c17dc8ea6f /games-emulation/stella | |
parent | update metadata (Manifest recommit) (diff) | |
download | gentoo-2-6a5c360c3fb195b46dc14387618d62491c8e2727.tar.gz gentoo-2-6a5c360c3fb195b46dc14387618d62491c8e2727.tar.bz2 gentoo-2-6a5c360c3fb195b46dc14387618d62491c8e2727.zip |
Fixing alsa DEPEND for bug #27746.
Diffstat (limited to 'games-emulation/stella')
-rw-r--r-- | games-emulation/stella/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/stella/stella-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/stella/ChangeLog b/games-emulation/stella/ChangeLog index d53f330b29f0..f811a79d2c82 100644 --- a/games-emulation/stella/ChangeLog +++ b/games-emulation/stella/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/stella # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.6 2004/03/02 10:21:11 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.7 2004/03/13 16:27:57 wolf31o2 Exp $ + + 13 Mar 2004; Chris Gianelloni <wolf31o2@gentoo.org> stella-1.3.ebuild: + Fixing alsa DEPEND for bug #27746. 02 Mar 2004; David Holm <dholm@gentoo.org> stella-1.3-r1.ebuild: Added to ~ppc. diff --git a/games-emulation/stella/stella-1.3.ebuild b/games-emulation/stella/stella-1.3.ebuild index cd3e6c914283..fa875102f2af 100644 --- a/games-emulation/stella/stella-1.3.ebuild +++ b/games-emulation/stella/stella-1.3.ebuild @@ -1,6 +1,6 @@ # 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.ebuild,v 1.2 2004/02/03 21:46:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-1.3.ebuild,v 1.3 2004/03/13 16:27:57 wolf31o2 Exp $ DESCRIPTION="Stella Atari 2600 VCS Emulator" HOMEPAGE="http://stella.sourceforge.net/" @@ -15,7 +15,7 @@ DEPEND="|| ( X? ( virtual/x11 ) sdl? ( media-libs/libsdl ) virtual/x11 - alsa? ( media-sound/alsa-driver ) + alsa? ( media-sound/alsa-lib ) media-libs/libpng )" |