diff options
author | 2015-04-10 09:46:00 +0000 | |
---|---|---|
committer | 2015-04-10 09:46:00 +0000 | |
commit | 04cdaa49576ba4b137b123dc803f39e14aa7d69a (patch) | |
tree | aee8b2d0c8b54638ae413c7e54daa33a54405b4c /net-misc | |
parent | Stable for x86, wrt bug #544224 (diff) | |
download | gentoo-2-04cdaa49576ba4b137b123dc803f39e14aa7d69a.tar.gz gentoo-2-04cdaa49576ba4b137b123dc803f39e14aa7d69a.tar.bz2 gentoo-2-04cdaa49576ba4b137b123dc803f39e14aa7d69a.zip |
Stable for x86, wrt bug #545968
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/icecast/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/icecast/icecast-2.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/icecast/ChangeLog b/net-misc/icecast/ChangeLog index 5d8137676bd6..a93fa30b3201 100644 --- a/net-misc/icecast/ChangeLog +++ b/net-misc/icecast/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/icecast # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.111 2015/04/10 09:45:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.112 2015/04/10 09:46:00 ago Exp $ + + 10 Apr 2015; Agostino Sarubbo <ago@gentoo.org> icecast-2.4.2.ebuild: + Stable for x86, wrt bug #545968 10 Apr 2015; Agostino Sarubbo <ago@gentoo.org> icecast-2.4.2.ebuild: Stable for amd64, wrt bug #545968 diff --git a/net-misc/icecast/icecast-2.4.2.ebuild b/net-misc/icecast/icecast-2.4.2.ebuild index 7f5c2a34f78b..0e9a87e5f94c 100644 --- a/net-misc/icecast/icecast-2.4.2.ebuild +++ b/net-misc/icecast/icecast-2.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.4.2.ebuild,v 1.2 2015/04/10 09:45:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.4.2.ebuild,v 1.3 2015/04/10 09:46:00 ago Exp $ EAPI=5 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 |