diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 13:20:29 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 13:20:29 +0000 |
commit | d32e19e215b10f02dd7a815b5291ac5fdeee87de (patch) | |
tree | dde0aa3e6710066dd032b73fa58f2b320d264480 | |
parent | don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-d32e19e215b10f02dd7a815b5291ac5fdeee87de.tar.gz gentoo-2-d32e19e215b10f02dd7a815b5291ac5fdeee87de.tar.bz2 gentoo-2-d32e19e215b10f02dd7a815b5291ac5fdeee87de.zip |
sync IUSE (missing)
-rw-r--r-- | app-vim/ctx/ctx-1.17.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-vim/ctx/ctx-1.17.ebuild b/app-vim/ctx/ctx-1.17.ebuild index 4a28cab2b6d7..46e19ba5bfad 100644 --- a/app-vim/ctx/ctx-1.17.ebuild +++ b/app-vim/ctx/ctx-1.17.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/ctx/ctx-1.17.ebuild,v 1.5 2004/06/24 23:01:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/ctx/ctx-1.17.ebuild,v 1.6 2004/07/14 13:20:29 agriffis Exp $ inherit vim-plugin @@ -8,3 +8,4 @@ DESCRIPTION="vim plugin: display current scope context in a C file" HOMEPAGE="http://www.bluweb.com/us/chouser/proj/ctx/" LICENSE="GPL-2" KEYWORDS="x86 alpha ia64 ~ppc" +IUSE="" |