diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-11-05 19:35:06 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-11-05 19:35:06 +0000 |
commit | 23f406301c23f303c2714d8093acefa349b11696 (patch) | |
tree | 79f941ec7a5c806319f6a24878fa4f5cc21fb154 /net-misc/icecast | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-23f406301c23f303c2714d8093acefa349b11696.tar.gz gentoo-2-23f406301c23f303c2714d8093acefa349b11696.tar.bz2 gentoo-2-23f406301c23f303c2714d8093acefa349b11696.zip |
Sparc stable --- Bug #245717 --- which see for test description.
(Portage version: 2.2_rc13/cvs/Linux 2.6.22-gentoo-r9-ail-simulation-sensors 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 2c27fd0579ce..0e9b6283ad04 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.78 2008/08/13 10:48:57 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.79 2008/11/05 19:35:06 fmccor Exp $ + + 05 Nov 2008; Ferris McCormick <fmccor@gentoo.org> icecast-2.3.2.ebuild: + Sparc stable --- Bug #245717 --- which see for test description. 13 Aug 2008; Alexis Ballier <aballier@gentoo.org> icecast-2.3.2.ebuild: create icecast user at pkg_setup, by Kiko <status@sexmagnet.com>, bug diff --git a/net-misc/icecast/icecast-2.3.2.ebuild b/net-misc/icecast/icecast-2.3.2.ebuild index fb0672a5f18a..0103ffe8d80b 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.3 2008/08/13 10:48:57 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.2.ebuild,v 1.4 2008/11/05 19:35:06 fmccor 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 |