diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-26 21:44:44 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-03-26 21:44:44 +0000 |
commit | 7d21687b11df17d6c3974fcb16e89c0136f977b8 (patch) | |
tree | c1265b61c8e773c8e24a41b5dbdae9e52081fdbf /net-misc/icecast | |
parent | mark stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-7d21687b11df17d6c3974fcb16e89c0136f977b8.tar.gz gentoo-2-7d21687b11df17d6c3974fcb16e89c0136f977b8.tar.bz2 gentoo-2-7d21687b11df17d6c3974fcb16e89c0136f977b8.zip |
Stable on x86.
Diffstat (limited to 'net-misc/icecast')
-rw-r--r-- | net-misc/icecast/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/icecast/icecast-2.0.0.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net-misc/icecast/ChangeLog b/net-misc/icecast/ChangeLog index d0142740fa38..24fc897412bf 100644 --- a/net-misc/icecast/ChangeLog +++ b/net-misc/icecast/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/icecast # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.18 2004/03/17 04:04:33 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.19 2004/03/26 21:44:44 eradicator Exp $ + + 26 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> icecast-2.0.0.ebuild: + Stable on x86. 16 Mar 2004; Dylan Carlson <absinthe@gentoo.org> icecast-2.0.0.ebuild: Added amd64 to KEYWORDS. diff --git a/net-misc/icecast/icecast-2.0.0.ebuild b/net-misc/icecast/icecast-2.0.0.ebuild index f0b63eea5768..fe4b6364bd8d 100644 --- a/net-misc/icecast/icecast-2.0.0.ebuild +++ b/net-misc/icecast/icecast-2.0.0.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/net-misc/icecast/icecast-2.0.0.ebuild,v 1.3 2004/03/17 04:04:33 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.0.0.ebuild,v 1.4 2004/03/26 21:44:44 eradicator Exp $ IUSE="oggvorbis curl" @@ -12,7 +12,7 @@ SRC_URI="http://www.icecast.org/files/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~amd64" DEPEND="virtual/glibc dev-libs/libxml2 @@ -21,8 +21,6 @@ DEPEND="virtual/glibc >=media-libs/libogg-1.0 ) curl? ( net-ftp/curl )" -S=${WORKDIR}/${P} - src_compile() { local myconf="--with-gnu-ld" |