diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 02:52:00 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 02:52:00 +0000 |
commit | 4a38f9d03427fd8a56727924df9b8ecc83373364 (patch) | |
tree | ecd81871f323ab6c27654fb876a4cbb7b74b95f6 /app-vim/ant | |
parent | sync IUSE (+doc) (Manifest recommit) (diff) | |
download | gentoo-2-4a38f9d03427fd8a56727924df9b8ecc83373364.tar.gz gentoo-2-4a38f9d03427fd8a56727924df9b8ecc83373364.tar.bz2 gentoo-2-4a38f9d03427fd8a56727924df9b8ecc83373364.zip |
sync IUSE (missing), trim trailing whitespace
Diffstat (limited to 'app-vim/ant')
-rw-r--r-- | app-vim/ant/ant-0.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/ant/ant-0.5.3.ebuild b/app-vim/ant/ant-0.5.3.ebuild index 772b40303330..8a66e167edee 100644 --- a/app-vim/ant/ant-0.5.3.ebuild +++ b/app-vim/ant/ant-0.5.3.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/ant/ant-0.5.3.ebuild,v 1.5 2004/06/24 22:59:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/ant/ant-0.5.3.ebuild,v 1.6 2004/07/14 02:49:38 agriffis Exp $ inherit vim-plugin @@ -8,5 +8,5 @@ DESCRIPTION="vim plugin: Java ant build system integration" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=155" LICENSE="LGPL-2" KEYWORDS="~x86 ~sparc ~ppc ~amd64" +IUSE="" RDEPEND="dev-java/ant" - |