diff options
author | Daniel Black <dragonheart@gentoo.org> | 2007-04-18 10:59:49 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2007-04-18 10:59:49 +0000 |
commit | b0dbf6d4629c0fd0a25eba85c85825119a36e916 (patch) | |
tree | df7501a610e5cfc57752fb09f4199f677952e67c /net-misc/icecast/icecast-2.3.1-r1.ebuild | |
parent | Cleaning of maxima, committing gentooscience overlay changes. (diff) | |
download | gentoo-2-b0dbf6d4629c0fd0a25eba85c85825119a36e916.tar.gz gentoo-2-b0dbf6d4629c0fd0a25eba85c85825119a36e916.tar.bz2 gentoo-2-b0dbf6d4629c0fd0a25eba85c85825119a36e916.zip |
<icecast-2.3.1-r1 depend on <curl-7.16.0 in preparation for >curl-7.16.0 unmask.
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-misc/icecast/icecast-2.3.1-r1.ebuild')
-rw-r--r-- | net-misc/icecast/icecast-2.3.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/icecast/icecast-2.3.1-r1.ebuild b/net-misc/icecast/icecast-2.3.1-r1.ebuild index 20c48decf9e8..50351aedcbee 100644 --- a/net-misc/icecast/icecast-2.3.1-r1.ebuild +++ b/net-misc/icecast/icecast-2.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.1-r1.ebuild,v 1.7 2007/04/17 14:11:40 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icecast/icecast-2.3.1-r1.ebuild,v 1.8 2007/04/18 10:59:49 dragonheart Exp $ inherit eutils @@ -17,7 +17,7 @@ DEPEND="dev-libs/libxslt media-libs/libogg media-libs/libvorbis theora? ( media-libs/libtheora ) - yp? ( >=net-misc/curl-7.10.0 )" + yp? ( net-misc/curl )" src_unpack() { unpack ${A} |