diff options
author | 2007-04-17 12:43:43 +0000 | |
---|---|---|
committer | 2007-04-17 12:43:43 +0000 | |
commit | e4889507dcef8781df1da0188dd8092032478a6f (patch) | |
tree | 629fcb960d7637479afb0b4c224f33ed3fe67041 /media-video/came/came-1.9.ebuild | |
parent | Make DEPEND more easy for humans to read. (diff) | |
download | historical-e4889507dcef8781df1da0188dd8092032478a6f.tar.gz historical-e4889507dcef8781df1da0188dd8092032478a6f.tar.bz2 historical-e4889507dcef8781df1da0188dd8092032478a6f.zip |
old version wipe. added curl-7.16 compitable version and limited the previous version. bug #157711
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'media-video/came/came-1.9.ebuild')
-rw-r--r-- | media-video/came/came-1.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/came/came-1.9.ebuild b/media-video/came/came-1.9.ebuild index 476b6f8cff6b..1ca98a41e6dd 100644 --- a/media-video/came/came-1.9.ebuild +++ b/media-video/came/came-1.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/came/came-1.9.ebuild,v 1.1 2005/07/17 11:07:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/came/came-1.9.ebuild,v 1.2 2007/04/17 12:43:43 dragonheart Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND=">=net-misc/curl-7.9.1 +DEPEND="<net-misc/curl-7.16.0 >=media-libs/giblib-1.2.3" S=${WORKDIR}/camE-${PV} |