diff options
Diffstat (limited to 'app-vim/ant_menu/ant_menu-0.5.5.ebuild')
-rw-r--r-- | app-vim/ant_menu/ant_menu-0.5.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/ant_menu/ant_menu-0.5.5.ebuild b/app-vim/ant_menu/ant_menu-0.5.5.ebuild index 6292caa6a4d0..78ff64ced63c 100644 --- a/app-vim/ant_menu/ant_menu-0.5.5.ebuild +++ b/app-vim/ant_menu/ant_menu-0.5.5.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/ant_menu/ant_menu-0.5.5.ebuild,v 1.1 2008/04/06 14:53:47 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/ant_menu/ant_menu-0.5.5.ebuild,v 1.2 2009/12/17 10:19:26 fauli Exp $ inherit vim-plugin DESCRIPTION="vim plugin: Java ant build system integration" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=155" LICENSE="LGPL-2" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" RDEPEND="dev-java/ant" |