diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-11-29 13:28:59 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-11-29 13:28:59 +0000 |
commit | f463c7e7fe802b77fcaf8488dd4f5d72a95000c0 (patch) | |
tree | 8e7af2caf3fc6b77f636653706760571d8a91ab0 /net-misc/icecast | |
parent | Stable for ppc64, wrt bug #525656 (diff) | |
download | gentoo-2-f463c7e7fe802b77fcaf8488dd4f5d72a95000c0.tar.gz gentoo-2-f463c7e7fe802b77fcaf8488dd4f5d72a95000c0.tar.bz2 gentoo-2-f463c7e7fe802b77fcaf8488dd4f5d72a95000c0.zip |
Stable for ppc64, wrt bug #529956
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", 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.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/icecast/ChangeLog b/net-misc/icecast/ChangeLog index d09ee8801c65..7ec02026f8c4 100644 --- a/net-misc/icecast/ChangeLog +++ b/net-misc/icecast/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/icecast # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.106 2014/11/23 14:54:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.107 2014/11/29 13:28:59 ago Exp $ + + 29 Nov 2014; Agostino Sarubbo <ago@gentoo.org> icecast-2.4.1.ebuild: + Stable for ppc64, wrt bug #529956 23 Nov 2014; Agostino Sarubbo <ago@gentoo.org> icecast-2.4.1.ebuild: Stable for x86, wrt bug #529956 diff --git a/net-misc/icecast/icecast-2.4.1.ebuild b/net-misc/icecast/icecast-2.4.1.ebuild index c83efc30d061..5bde6397bb8f 100644 --- a/net-misc/icecast/icecast-2.4.1.ebuild +++ b/net-misc/icecast/icecast-2.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.4.1.ebuild,v 1.3 2014/11/23 14:54:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.4.1.ebuild,v 1.4 2014/11/29 13:28:59 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 |