diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-11-30 22:07:55 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-11-30 22:07:55 +0000 |
commit | 44d6444dbae95f06576955e1a8abca5c5a4076d4 (patch) | |
tree | da12a5233f38acf3e1184e4898f45c44c9b0640e /media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild | |
parent | Fixed invalid atoms in *DEPEND. (Manifest recommit) (diff) | |
download | gentoo-2-44d6444dbae95f06576955e1a8abca5c5a4076d4.tar.gz gentoo-2-44d6444dbae95f06576955e1a8abca5c5a4076d4.tar.bz2 gentoo-2-44d6444dbae95f06576955e1a8abca5c5a4076d4.zip |
Fixed invalid atoms in *DEPEND.
Diffstat (limited to 'media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild')
-rw-r--r-- | media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild b/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild index 4b29f5a0f9df..50f98ded9da0 100644 --- a/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild +++ b/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild,v 1.1 2004/09/16 16:19:00 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild,v 1.2 2004/11/30 22:04:05 swegener Exp $ IUSE="" @@ -14,7 +14,7 @@ SRC_URI="http://www.shoutcast.com/downloads/sc_trans_posix_${SVER}.tgz" LICENSE="shoutcast" SLOT="0" KEYWORDS="-* x86 ~amd64" -DEPEND="amd64? ( emul-linux-x86-glibc ) +DEPEND="amd64? ( app-emulation/emul-linux-x86-glibc ) media-sound/shoutcast-server-bin" S="${WORKDIR}/sc_trans_${SVER}" |