diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-11-30 22:05:23 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-11-30 22:05:23 +0000 |
commit | 74d5dd72e4ebf0e4ee8f17704815add7f2b717e8 (patch) | |
tree | 997ccceacfa45ab5a48b30bcecfa4d1e0f8588ce /media-sound/shoutcast-trans-bin | |
parent | Fixed invalid atoms in *DEPEND. (diff) | |
download | historical-74d5dd72e4ebf0e4ee8f17704815add7f2b717e8.tar.gz historical-74d5dd72e4ebf0e4ee8f17704815add7f2b717e8.tar.bz2 historical-74d5dd72e4ebf0e4ee8f17704815add7f2b717e8.zip |
Fixed invalid atoms in *DEPEND.
Diffstat (limited to 'media-sound/shoutcast-trans-bin')
-rw-r--r-- | media-sound/shoutcast-trans-bin/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/shoutcast-trans-bin/ChangeLog b/media-sound/shoutcast-trans-bin/ChangeLog index 69d9af0a52e6..16de8d5cc47c 100644 --- a/media-sound/shoutcast-trans-bin/ChangeLog +++ b/media-sound/shoutcast-trans-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/shoutcast-trans-bin # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-trans-bin/ChangeLog,v 1.6 2004/09/24 18:33:01 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-trans-bin/ChangeLog,v 1.7 2004/11/30 22:04:05 swegener Exp $ + + 30 Nov 2004; Sven Wegener <swegener@gentoo.org> + shoutcast-trans-bin-0.4.0-r1.ebuild: + Fixed invalid atoms in *DEPEND. 24 Sep 2004; Sven Wegener <swegener@gentoo.org> files/shoutcast_trans: Fixed CVS keyword replacement. 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}" |