diff options
author | 2006-03-03 14:03:49 +0000 | |
---|---|---|
committer | 2006-03-03 14:03:49 +0000 | |
commit | 4d0f1b8e98a45bc76e8040b131a684a03679a9a4 (patch) | |
tree | f7c608dfc3ef04ea001c149c6710cfb122b67209 /media-sound/shoutcast-server-bin | |
parent | remove the dependency on app-emulation/emul-linux-x86-glibc since 2004.3 has ... (diff) | |
download | gentoo-2-4d0f1b8e98a45bc76e8040b131a684a03679a9a4.tar.gz gentoo-2-4d0f1b8e98a45bc76e8040b131a684a03679a9a4.tar.bz2 gentoo-2-4d0f1b8e98a45bc76e8040b131a684a03679a9a4.zip |
remove the dependency on app-emulation/emul-linux-x86-glibc since 2004.3 has been deprecated a while ago
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-sound/shoutcast-server-bin')
-rw-r--r-- | media-sound/shoutcast-server-bin/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.5.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/media-sound/shoutcast-server-bin/ChangeLog b/media-sound/shoutcast-server-bin/ChangeLog index ea50994f9d59..fce487e07600 100644 --- a/media-sound/shoutcast-server-bin/ChangeLog +++ b/media-sound/shoutcast-server-bin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/shoutcast-server-bin -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/ChangeLog,v 1.12 2005/05/28 22:50:15 luckyduck Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/ChangeLog,v 1.13 2006/03/03 14:00:37 blubb Exp $ + + 03 Mar 2006; Simon Stelling <blubb@gentoo.org> + shoutcast-server-bin-1.9.5.ebuild: + remove the dependency on app-emulation/emul-linux-x86-glibc since 2004.3 has + been deprecated a while ago 28 May 2005; Jan Brinkmann <luckyduck@gentoo.org> shoutcast-server-bin-1.9.5.ebuild: diff --git a/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.5.ebuild b/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.5.ebuild index 110b1c5ba1ca..aea8573fa125 100644 --- a/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.5.ebuild +++ b/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.5.ebuild,v 1.4 2005/05/28 22:50:15 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.5.ebuild,v 1.5 2006/03/03 14:00:37 blubb Exp $ IUSE="" @@ -14,7 +14,7 @@ SRC_URI="shoutcast-${SVER}-linux-glibc6.tar.gz" LICENSE="shoutcast" SLOT="0" KEYWORDS="-* amd64 x86" -DEPEND="amd64? ( app-emulation/emul-linux-x86-glibc )" +DEPEND="" S="${WORKDIR}/shoutcast-${SVER}-linux-glibc6" |