diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-08-09 20:48:14 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-08-09 20:48:14 +0000 |
commit | 756b78cb9dfe37b1d07289d7b8ffc4c7d2c12a27 (patch) | |
tree | e50c07489cbee87dbd5cc8f559a76470b7628673 /net-misc/icecast | |
parent | respect flags (diff) | |
download | gentoo-2-756b78cb9dfe37b1d07289d7b8ffc4c7d2c12a27.tar.gz gentoo-2-756b78cb9dfe37b1d07289d7b8ffc4c7d2c12a27.tar.bz2 gentoo-2-756b78cb9dfe37b1d07289d7b8ffc4c7d2c12a27.zip |
Stable on amd64 wrt bug #394847
(Portage version: 2.2.0_alpha119/cvs/Linux 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.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/icecast/ChangeLog b/net-misc/icecast/ChangeLog index 9418d3b2220f..920f92152608 100644 --- a/net-misc/icecast/ChangeLog +++ b/net-misc/icecast/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/icecast # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.90 2012/08/09 18:21:27 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.91 2012/08/09 20:48:14 hwoarang Exp $ + + 09 Aug 2012; Markos Chandras <hwoarang@gentoo.org> icecast-2.3.3.ebuild: + Stable on amd64 wrt bug #394847 09 Aug 2012; Brent Baude <ranger@gentoo.org> icecast-2.3.3.ebuild: Marking icecast-2.3.3 ppc for bug 394847 diff --git a/net-misc/icecast/icecast-2.3.3.ebuild b/net-misc/icecast/icecast-2.3.3.ebuild index ac0e2ada2a48..bf295b6fce3a 100644 --- a/net-misc/icecast/icecast-2.3.3.ebuild +++ b/net-misc/icecast/icecast-2.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.3.ebuild,v 1.5 2012/08/09 18:21:27 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.3.ebuild,v 1.6 2012/08/09 20:48:14 hwoarang Exp $ EAPI=4 inherit eutils autotools @@ -11,7 +11,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="kate +speex +ssl +theora +yp" #Although there is a --with-ogg and --with-orbis configure option, they're |