diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-11-08 14:58:33 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-11-08 14:58:33 +0000 |
commit | 4789bda893f4f0898b84ea336ac04e165b5c8bbd (patch) | |
tree | 21c6380aee529c52ce912428dc1426dab70dd3da /net-misc/icecast | |
parent | Stable on ppc wrt bug 245713 (diff) | |
download | gentoo-2-4789bda893f4f0898b84ea336ac04e165b5c8bbd.tar.gz gentoo-2-4789bda893f4f0898b84ea336ac04e165b5c8bbd.tar.bz2 gentoo-2-4789bda893f4f0898b84ea336ac04e165b5c8bbd.zip |
Stable on ppc wrt bug 245717
(Portage version: 2.1.4.5)
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 0e9b6283ad04..5c3d9e6230c3 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.79 2008/11/05 19:35:06 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.80 2008/11/08 14:58:33 nixnut Exp $ + + 08 Nov 2008; nixnut <nixnut@gentoo.org> icecast-2.3.2.ebuild: + Stable on ppc wrt bug 245717 05 Nov 2008; Ferris McCormick <fmccor@gentoo.org> icecast-2.3.2.ebuild: Sparc stable --- Bug #245717 --- which see for test description. diff --git a/net-misc/icecast/icecast-2.3.2.ebuild b/net-misc/icecast/icecast-2.3.2.ebuild index 0103ffe8d80b..d5cd876623a9 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.4 2008/11/05 19:35:06 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.2.ebuild,v 1.5 2008/11/08 14:58:33 nixnut 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 |