summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-09-18 10:09:10 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-09-18 10:09:10 +0000
commit727086b76dd3f302af32553f212c484fcf4adc4f (patch)
tree25129bee36c2ba429e5ceafa5ebbc956bccf6880 /net-misc
parentRevbump to fix econf line in src_configure() (bug #435366). (diff)
downloadgentoo-2-727086b76dd3f302af32553f212c484fcf4adc4f.tar.gz
gentoo-2-727086b76dd3f302af32553f212c484fcf4adc4f.tar.bz2
gentoo-2-727086b76dd3f302af32553f212c484fcf4adc4f.zip
ppc64 stable wrt #394847, add missing inherit of user.eclass and explicit RDEPEND
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/icecast/ChangeLog6
-rw-r--r--net-misc/icecast/icecast-2.3.3.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/net-misc/icecast/ChangeLog b/net-misc/icecast/ChangeLog
index 3b69774e120d..c13d373465e3 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.92 2012/08/26 14:12:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/ChangeLog,v 1.93 2012/09/18 10:09:10 xarthisius Exp $
+
+ 18 Sep 2012; Kacper Kowalik <xarthisius@gentoo.org> icecast-2.3.3.ebuild:
+ ppc64 stable wrt #394847, add missing inherit of user.eclass and explicit
+ RDEPEND
26 Aug 2012; Raúl Porcel <armin76@gentoo.org> icecast-2.3.2.ebuild,
icecast-2.3.3.ebuild:
diff --git a/net-misc/icecast/icecast-2.3.3.ebuild b/net-misc/icecast/icecast-2.3.3.ebuild
index 5cba9847c005..2fedbf8f9798 100644
--- a/net-misc/icecast/icecast-2.3.3.ebuild
+++ b/net-misc/icecast/icecast-2.3.3.ebuild
@@ -1,9 +1,9 @@
# 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.7 2012/08/26 14:12:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.3.ebuild,v 1.8 2012/09/18 10:09:10 xarthisius Exp $
EAPI=4
-inherit eutils autotools
+inherit eutils autotools user
DESCRIPTION="An opensource alternative to shoutcast that supports mp3, ogg (vorbis/theora) and aac streaming"
HOMEPAGE="http://www.icecast.org/"
@@ -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 +speex +ssl +theora +yp"
#Although there is a --with-ogg and --with-orbis configure option, they're
@@ -25,6 +25,7 @@ DEPEND="dev-libs/libxslt
theora? ( media-libs/libtheora )
yp? ( net-misc/curl )
ssl? ( dev-libs/openssl )"
+RDEPEND="${DEPEND}"
pkg_setup() {
enewuser icecast -1 -1 -1 nogroup