diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-25 17:28:23 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-25 17:28:23 +0000 |
commit | cb87e3a1744544a40c7c78b9f4f320bb72a3b01c (patch) | |
tree | c60ed3989f88be60e0107a11d9f9135c9d8b19d9 /net-misc | |
parent | Stable for ppc, wrt bug #485168 (diff) | |
download | gentoo-2-cb87e3a1744544a40c7c78b9f4f320bb72a3b01c.tar.gz gentoo-2-cb87e3a1744544a40c7c78b9f4f320bb72a3b01c.tar.bz2 gentoo-2-cb87e3a1744544a40c7c78b9f4f320bb72a3b01c.zip |
Stable for ppc, wrt bug #485136
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", 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.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 b762ab54ed04..d962cc143c70 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.100 2013/09/23 17:41:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.101 2013/09/25 17:28:23 ago Exp $ + + 25 Sep 2013; Agostino Sarubbo <ago@gentoo.org> icecast-2.3.3-r2.ebuild: + Stable for ppc, wrt bug #485136 23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> icecast-2.3.3-r2.ebuild: Stable for ppc64, 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 cc89bb557c0b..a14332f4de06 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.4 2013/09/23 17:41:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.3-r2.ebuild,v 1.5 2013/09/25 17:28:23 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 |