diff options
author | Brent Baude <ranger@gentoo.org> | 2008-11-12 21:48:24 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-11-12 21:48:24 +0000 |
commit | 465178aca736b731292e01c72f1853ed80583dfa (patch) | |
tree | b0189c292b0ec1787b506797c06359c1bd69a22f | |
parent | stable ppc64, bug 237828 (diff) | |
download | gentoo-2-465178aca736b731292e01c72f1853ed80583dfa.tar.gz gentoo-2-465178aca736b731292e01c72f1853ed80583dfa.tar.bz2 gentoo-2-465178aca736b731292e01c72f1853ed80583dfa.zip |
stable ppc64, bug 245717
(Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7 ppc64)
-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 d745b779d7a5..993e9621cc14 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.81 2008/11/08 18:29:24 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.82 2008/11/12 21:48:24 ranger Exp $ + + 12 Nov 2008; Brent Baude <ranger@gentoo.org> icecast-2.3.2.ebuild: + stable ppc64, bug 245717 08 Nov 2008; Markus Meier <maekke@gentoo.org> icecast-2.3.2.ebuild: amd64/x86 stable, bug #245717 diff --git a/net-misc/icecast/icecast-2.3.2.ebuild b/net-misc/icecast/icecast-2.3.2.ebuild index 4a1e0bb7be77..099746c9c248 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.6 2008/11/08 18:29:24 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.2.ebuild,v 1.7 2008/11/12 21:48:24 ranger 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 |