diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-11-14 10:22:00 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-11-14 10:22:00 +0000 |
commit | 2a705c89d84aa568fa941f85390b2490143c0e37 (patch) | |
tree | 44e2c9e6d5712bb06001e569e7f103b85673a1a0 /net-misc | |
parent | alpha/ia64/x86 stable wrt #246327 (diff) | |
download | gentoo-2-2a705c89d84aa568fa941f85390b2490143c0e37.tar.gz gentoo-2-2a705c89d84aa568fa941f85390b2490143c0e37.tar.bz2 gentoo-2-2a705c89d84aa568fa941f85390b2490143c0e37.zip |
alpha stable wrt #245717
(Portage version: 2.1.4.5)
Diffstat (limited to 'net-misc')
-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 993e9621cc14..aeb9a7bf7c6d 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.82 2008/11/12 21:48:24 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.83 2008/11/14 10:22:00 armin76 Exp $ + + 14 Nov 2008; Raúl Porcel <armin76@gentoo.org> icecast-2.3.2.ebuild: + alpha stable wrt #245717 12 Nov 2008; Brent Baude <ranger@gentoo.org> icecast-2.3.2.ebuild: stable ppc64, bug 245717 diff --git a/net-misc/icecast/icecast-2.3.2.ebuild b/net-misc/icecast/icecast-2.3.2.ebuild index 099746c9c248..87e4ac309a3a 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.7 2008/11/12 21:48:24 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.2.ebuild,v 1.8 2008/11/14 10:22:00 armin76 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 |