diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2012-08-09 12:01:25 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2012-08-09 12:01:25 +0000 |
commit | af32d2d2675a7d88fedc3dd75cd7f54b1801ff1d (patch) | |
tree | cf26eef4f06445882e73746115dfe29d108725c9 /net-misc | |
parent | Add missing compat-api.h to patch, bug #430506. (diff) | |
download | gentoo-2-af32d2d2675a7d88fedc3dd75cd7f54b1801ff1d.tar.gz gentoo-2-af32d2d2675a7d88fedc3dd75cd7f54b1801ff1d.tar.bz2 gentoo-2-af32d2d2675a7d88fedc3dd75cd7f54b1801ff1d.zip |
x86 stable, see bug 394847
(Portage version: 2.1.10.65/cvs/Linux i686)
Diffstat (limited to 'net-misc')
-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 3c4a2b3356fe..67058f7c61a7 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.88 2012/08/08 17:18:53 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.89 2012/08/09 12:01:25 nativemad Exp $ + + 09 Aug 2012; Andreas Schuerch <nativemad@gentoo.org> icecast-2.3.3.ebuild: + x86 stable, see bug 394847 08 Aug 2012; Markos Chandras <hwoarang@gentoo.org> +files/icecast-2.3.3-fix-xiph_openssl.patch, icecast-2.3.3.ebuild: diff --git a/net-misc/icecast/icecast-2.3.3.ebuild b/net-misc/icecast/icecast-2.3.3.ebuild index 933d1f8fe5e0..a5e7c3e2e6dc 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.3 2012/08/08 17:18:53 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.3.ebuild,v 1.4 2012/08/09 12:01:25 nativemad 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 |