diff options
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/colorsel/Manifest | 2 | ||||
-rw-r--r-- | app-vim/colorsel/colorsel-20040416.ebuild | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/app-vim/colorsel/Manifest b/app-vim/colorsel/Manifest index bfce558bcbf9..6a4760635852 100644 --- a/app-vim/colorsel/Manifest +++ b/app-vim/colorsel/Manifest @@ -1,4 +1,4 @@ -MD5 03a3d739749442e33ae52f254b1fa96c colorsel-20040416.ebuild 881 +MD5 191ff3c9c33c633f1ca944b372c168c7 colorsel-20040416.ebuild 891 MD5 0ff0488bcf0108929533810a4edf163e ChangeLog 636 MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250 MD5 9b9303a673bd0d0add94b64850949cab files/digest-colorsel-20040416 68 diff --git a/app-vim/colorsel/colorsel-20040416.ebuild b/app-vim/colorsel/colorsel-20040416.ebuild index d7ed5ce021fd..45289a359313 100644 --- a/app-vim/colorsel/colorsel-20040416.ebuild +++ b/app-vim/colorsel/colorsel-20040416.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/colorsel/colorsel-20040416.ebuild,v 1.5 2004/07/13 17:51:58 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/colorsel/colorsel-20040416.ebuild,v 1.6 2004/07/14 14:03:18 agriffis Exp $ inherit vim-plugin @@ -8,6 +8,7 @@ DESCRIPTION="vim plugin: RGB / HSV color selector" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=927" LICENSE="public-domain" KEYWORDS="sparc ~x86 mips ~ppc ~amd64" +IUSE="" RDEPEND=">=app-editors/gvim-6.2" function src_unpack() { |