diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-11-23 14:54:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-11-23 14:54:11 +0000 |
commit | 0ba51408bafde61ac3d933c1716aff25ce1d83f8 (patch) | |
tree | c04cacc4cf0a5154f6820f5ae2e9ca48724ee663 /net-misc/icecast | |
parent | Stable for amd64, wrt bug #529956 (diff) | |
download | gentoo-2-0ba51408bafde61ac3d933c1716aff25ce1d83f8.tar.gz gentoo-2-0ba51408bafde61ac3d933c1716aff25ce1d83f8.tar.bz2 gentoo-2-0ba51408bafde61ac3d933c1716aff25ce1d83f8.zip |
Stable for x86, wrt bug #529956
(Portage version: 2.2.8-r2/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.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/icecast/ChangeLog b/net-misc/icecast/ChangeLog index 8b363aafcd0f..d09ee8801c65 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.105 2014/11/23 14:53:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.106 2014/11/23 14:54:11 ago Exp $ + + 23 Nov 2014; Agostino Sarubbo <ago@gentoo.org> icecast-2.4.1.ebuild: + Stable for x86, wrt bug #529956 23 Nov 2014; Agostino Sarubbo <ago@gentoo.org> icecast-2.4.1.ebuild: Stable for amd64, wrt bug #529956 diff --git a/net-misc/icecast/icecast-2.4.1.ebuild b/net-misc/icecast/icecast-2.4.1.ebuild index 867c3cba8316..c83efc30d061 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.2 2014/11/23 14:53:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.4.1.ebuild,v 1.3 2014/11/23 14:54:11 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 |