diff options
author | 2004-02-24 05:47:48 +0000 | |
---|---|---|
committer | 2004-02-24 05:47:48 +0000 | |
commit | 2e737e9d84727508c7f91c458ef0684e203f5956 (patch) | |
tree | bb13305ba965ff5c79405b610c3f9ef4711374f7 /games-roguelike/falconseye | |
parent | RESTRICT=nomirror (diff) | |
download | historical-2e737e9d84727508c7f91c458ef0684e203f5956.tar.gz historical-2e737e9d84727508c7f91c458ef0684e203f5956.tar.bz2 historical-2e737e9d84727508c7f91c458ef0684e203f5956.zip |
use virtual/mpg123 #42704
Diffstat (limited to 'games-roguelike/falconseye')
-rw-r--r-- | games-roguelike/falconseye/falconseye-1.9.4a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-roguelike/falconseye/falconseye-1.9.4a.ebuild b/games-roguelike/falconseye/falconseye-1.9.4a.ebuild index 94410ed713b9..faaa5e330136 100644 --- a/games-roguelike/falconseye/falconseye-1.9.4a.ebuild +++ b/games-roguelike/falconseye/falconseye-1.9.4a.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-roguelike/falconseye/falconseye-1.9.4a.ebuild,v 1.4 2004/02/03 20:48:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/falconseye/falconseye-1.9.4a.ebuild,v 1.5 2004/02/24 05:47:48 vapier Exp $ inherit eutils games @@ -18,7 +18,7 @@ DEPEND="media-libs/libsdl dev-util/byacc" RDEPEND="media-libs/libsdl media-sound/timidity++ - media-sound/mpg123" + virtual/mpg123" S=${WORKDIR}/nethack-341-jtp-194a |