diff options
author | Markus Meier <maekke@gentoo.org> | 2008-11-08 18:29:24 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-11-08 18:29:24 +0000 |
commit | 8d3c55e5c903a77a2e8c7d68db140eece248f0ce (patch) | |
tree | a5651962af9898a322883ef26340b36e76180f08 /net-misc/icecast | |
parent | amd64/x86 stable, bug #245713 (diff) | |
download | gentoo-2-8d3c55e5c903a77a2e8c7d68db140eece248f0ce.tar.gz gentoo-2-8d3c55e5c903a77a2e8c7d68db140eece248f0ce.tar.bz2 gentoo-2-8d3c55e5c903a77a2e8c7d68db140eece248f0ce.zip |
amd64/x86 stable, bug #245717
(Portage version: 2.2_rc13/cvs/Linux 2.6.26.7 x86_64)
Diffstat (limited to 'net-misc/icecast')
-rw-r--r-- | net-misc/icecast/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/icecast/icecast-2.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/icecast/ChangeLog b/net-misc/icecast/ChangeLog index 5c3d9e6230c3..d745b779d7a5 100644 --- a/net-misc/icecast/ChangeLog +++ b/net-misc/icecast/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/icecast # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.80 2008/11/08 14:58:33 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.81 2008/11/08 18:29:24 maekke Exp $ + + 08 Nov 2008; Markus Meier <maekke@gentoo.org> icecast-2.3.2.ebuild: + amd64/x86 stable, bug #245717 08 Nov 2008; nixnut <nixnut@gentoo.org> icecast-2.3.2.ebuild: Stable on ppc wrt bug 245717 diff --git a/net-misc/icecast/icecast-2.3.2.ebuild b/net-misc/icecast/icecast-2.3.2.ebuild index d5cd876623a9..4a1e0bb7be77 100644 --- a/net-misc/icecast/icecast-2.3.2.ebuild +++ b/net-misc/icecast/icecast-2.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.2.ebuild,v 1.5 2008/11/08 14:58:33 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.2.ebuild,v 1.6 2008/11/08 18:29:24 maekke Exp $ EAPI=1 @@ -12,7 +12,7 @@ SRC_URI="http://downloads.xiph.org/releases/icecast/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ppc ~ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="+speex +ssl +theora +yp" #Although there is a --with-ogg and --with-orbis configure option, they're |