diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:04:41 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:04:41 +0000 |
commit | c276417fe35730c6d64d53d91412521594bc65b6 (patch) | |
tree | dfad3526e805802b2aa01faaa54a5254b7e82283 /app-vim/colorsel | |
parent | glibc -> libc (Manifest recommit) (diff) | |
download | gentoo-2-c276417fe35730c6d64d53d91412521594bc65b6.tar.gz gentoo-2-c276417fe35730c6d64d53d91412521594bc65b6.tar.bz2 gentoo-2-c276417fe35730c6d64d53d91412521594bc65b6.zip |
sync IUSE (missing)
Diffstat (limited to 'app-vim/colorsel')
-rw-r--r-- | app-vim/colorsel/colorsel-20040416.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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() { |