diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2006-02-24 15:19:02 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2006-02-24 15:19:02 +0000 |
commit | 399cfd1495de079be638fb1dcc4357b16c6b88bf (patch) | |
tree | b671c794d414f671d8c15a15298a8f4381fa3bd4 /app-vim/cream/cream-0.31.ebuild | |
parent | fix bug #122065 (diff) | |
download | gentoo-2-399cfd1495de079be638fb1dcc4357b16c6b88bf.tar.gz gentoo-2-399cfd1495de079be638fb1dcc4357b16c6b88bf.tar.bz2 gentoo-2-399cfd1495de079be638fb1dcc4357b16c6b88bf.zip |
New version, thanks to TGL in bug #123153. Add missing unzip DEPENDS.
(Portage version: 2.1_pre4-r1 Can't sleep, clown will eat me)
Diffstat (limited to 'app-vim/cream/cream-0.31.ebuild')
-rw-r--r-- | app-vim/cream/cream-0.31.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/cream/cream-0.31.ebuild b/app-vim/cream/cream-0.31.ebuild index 177c89ad56aa..3a2860ae7233 100644 --- a/app-vim/cream/cream-0.31.ebuild +++ b/app-vim/cream/cream-0.31.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/cream/cream-0.31.ebuild,v 1.4 2005/07/09 16:18:12 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cream/cream-0.31.ebuild,v 1.5 2006/02/24 15:19:02 ciaranm Exp $ inherit vim-plugin eutils @@ -23,7 +23,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc ~ppc mips ~amd64" -DEPEND="" +DEPEND="app-arch/unzip" RDEPEND=">=app-editors/gvim-6.2 dev-util/ctags" |