diff options
author | 2011-12-09 21:40:40 +0000 | |
---|---|---|
committer | 2011-12-09 21:40:40 +0000 | |
commit | 696f51a6cd89c253c54b1f42d4d6cef9c67b2323 (patch) | |
tree | 8819926b13742dfd17f9db3532605b90071e5fb7 /app-vim/supertab/supertab-1.6.ebuild | |
parent | Stable on amd64 wrt bug #393213 (diff) | |
download | gentoo-2-696f51a6cd89c253c54b1f42d4d6cef9c67b2323.tar.gz gentoo-2-696f51a6cd89c253c54b1f42d4d6cef9c67b2323.tar.bz2 gentoo-2-696f51a6cd89c253c54b1f42d4d6cef9c67b2323.zip |
Stable on amd64 wrt bug #393563
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/supertab/supertab-1.6.ebuild')
-rw-r--r-- | app-vim/supertab/supertab-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/supertab/supertab-1.6.ebuild b/app-vim/supertab/supertab-1.6.ebuild index 6bc620dda586..29c1065462b9 100644 --- a/app-vim/supertab/supertab-1.6.ebuild +++ b/app-vim/supertab/supertab-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/supertab-1.6.ebuild,v 1.2 2011/07/21 00:41:25 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/supertab-1.6.ebuild,v 1.3 2011/12/09 21:40:40 hwoarang Exp $ EAPI="4" inherit vim-plugin @@ -11,7 +11,7 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1643" SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="BSD" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ~sparc ~x86" IUSE="" VIM_PLUGIN_HELPFILES="supertab" |