diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-08-26 14:12:48 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-08-26 14:12:48 +0000 |
commit | 7324c9f3bc46f26560fceddf30d9859845de3815 (patch) | |
tree | 510e5a330f4ffd00956f8a206ca57d38560ce6cb /net-misc | |
parent | alpha/s390/sh/sparc stable wrt #428120 (diff) | |
download | gentoo-2-7324c9f3bc46f26560fceddf30d9859845de3815.tar.gz gentoo-2-7324c9f3bc46f26560fceddf30d9859845de3815.tar.bz2 gentoo-2-7324c9f3bc46f26560fceddf30d9859845de3815.zip |
Drop alpha/sparc keywords
(Portage version: 2.1.11.5/cvs/Linux ia64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/icecast/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/icecast/icecast-2.3.2.ebuild | 6 | ||||
-rw-r--r-- | net-misc/icecast/icecast-2.3.3.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/net-misc/icecast/ChangeLog b/net-misc/icecast/ChangeLog index 920f92152608..3b69774e120d 100644 --- a/net-misc/icecast/ChangeLog +++ b/net-misc/icecast/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/icecast # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.91 2012/08/09 20:48:14 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.92 2012/08/26 14:12:48 armin76 Exp $ + + 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> icecast-2.3.2.ebuild, + icecast-2.3.3.ebuild: + Drop alpha/sparc keywords 09 Aug 2012; Markos Chandras <hwoarang@gentoo.org> icecast-2.3.3.ebuild: Stable on amd64 wrt bug #394847 diff --git a/net-misc/icecast/icecast-2.3.2.ebuild b/net-misc/icecast/icecast-2.3.2.ebuild index 1e50aaff4be2..1b1da7198ea3 100644 --- a/net-misc/icecast/icecast-2.3.2.ebuild +++ b/net-misc/icecast/icecast-2.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.2.ebuild,v 1.10 2009/07/21 17:18:54 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.2.ebuild,v 1.11 2012/08/26 14:12:48 armin76 Exp $ EAPI=2 inherit eutils libtool @@ -11,7 +11,7 @@ SRC_URI="http://downloads.xiph.org/releases/icecast/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" IUSE="+speex +ssl +theora +yp" #Although there is a --with-ogg and --with-orbis configure option, they're diff --git a/net-misc/icecast/icecast-2.3.3.ebuild b/net-misc/icecast/icecast-2.3.3.ebuild index bf295b6fce3a..5cba9847c005 100644 --- a/net-misc/icecast/icecast-2.3.3.ebuild +++ b/net-misc/icecast/icecast-2.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.ebuild,v 1.6 2012/08/09 20:48:14 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.3.ebuild,v 1.7 2012/08/26 14:12:48 armin76 Exp $ EAPI=4 inherit eutils autotools @@ -11,7 +11,7 @@ SRC_URI="http://downloads.xiph.org/releases/icecast/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd" IUSE="kate +speex +ssl +theora +yp" #Although there is a --with-ogg and --with-orbis configure option, they're |