diff options
author | 2015-04-10 09:45:33 +0000 | |
---|---|---|
committer | 2015-04-10 09:45:33 +0000 | |
commit | f0539e16f571581eb7c1a8508b18f6349e15679d (patch) | |
tree | 8ef8e5fa4f36695da73d073b0ab8e1d284176e59 /net-misc | |
parent | Stable for amd64, wrt bug #544224 (diff) | |
download | gentoo-2-f0539e16f571581eb7c1a8508b18f6349e15679d.tar.gz gentoo-2-f0539e16f571581eb7c1a8508b18f6349e15679d.tar.bz2 gentoo-2-f0539e16f571581eb7c1a8508b18f6349e15679d.zip |
Stable for amd64, wrt bug #545968
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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 298ae6f99e1b..5d8137676bd6 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.110 2015/04/09 19:26:10 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.111 2015/04/10 09:45:33 ago Exp $ + + 10 Apr 2015; Agostino Sarubbo <ago@gentoo.org> icecast-2.4.2.ebuild: + Stable for amd64, wrt bug #545968 *icecast-2.4.2 (09 Apr 2015) diff --git a/net-misc/icecast/icecast-2.4.2.ebuild b/net-misc/icecast/icecast-2.4.2.ebuild index 540d3387fa90..7f5c2a34f78b 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.1 2015/04/09 19:26:10 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.4.2.ebuild,v 1.2 2015/04/10 09:45:33 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 |