diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-22 06:44:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-22 06:44:49 +0000 |
commit | c85563cee4fa040445019cc061967d15d93d5d21 (patch) | |
tree | 930ac5e50a069ea8f7a8e99b4d04823d90dc9da4 /net-misc/icecast | |
parent | Stable for x86, wrt bug #480906 (diff) | |
download | gentoo-2-c85563cee4fa040445019cc061967d15d93d5d21.tar.gz gentoo-2-c85563cee4fa040445019cc061967d15d93d5d21.tar.bz2 gentoo-2-c85563cee4fa040445019cc061967d15d93d5d21.zip |
Stable for x86, wrt bug #485136
(Portage version: 2.2.2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-misc/icecast')
-rw-r--r-- | net-misc/icecast/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/icecast/icecast-2.3.3-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/icecast/ChangeLog b/net-misc/icecast/ChangeLog index cc60e88c842d..74397253cfa3 100644 --- a/net-misc/icecast/ChangeLog +++ b/net-misc/icecast/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/icecast # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.98 2013/09/21 13:28:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.99 2013/09/22 06:44:49 ago Exp $ + + 22 Sep 2013; Agostino Sarubbo <ago@gentoo.org> icecast-2.3.3-r2.ebuild: + Stable for x86, wrt bug #485136 21 Sep 2013; Agostino Sarubbo <ago@gentoo.org> icecast-2.3.3-r2.ebuild: Stable for amd64, wrt bug #485136 diff --git a/net-misc/icecast/icecast-2.3.3-r2.ebuild b/net-misc/icecast/icecast-2.3.3-r2.ebuild index bbe5b7c4ddc8..4c7e60c66a15 100644 --- a/net-misc/icecast/icecast-2.3.3-r2.ebuild +++ b/net-misc/icecast/icecast-2.3.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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-r2.ebuild,v 1.2 2013/09/21 13:28:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.3-r2.ebuild,v 1.3 2013/09/22 06:44:49 ago Exp $ EAPI=4 inherit eutils autotools systemd user @@ -11,7 +11,7 @@ SRC_URI="http://downloads.xiph.org/releases/icecast/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" IUSE="kate logrotate +speex +ssl +theora +yp" #Although there is a --with-ogg and --with-orbis configure option, they're |