diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-06-12 18:15:51 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-06-12 18:15:51 +0000 |
commit | 2a07077ded59a71329aaf12581f496c54f3d5811 (patch) | |
tree | e63d82865e3fbc751c7cf7c5353e90ea0399b78a /app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild | |
parent | Stable on amd64 and x86, wrt bug #473098 (diff) | |
download | gentoo-2-2a07077ded59a71329aaf12581f496c54f3d5811.tar.gz gentoo-2-2a07077ded59a71329aaf12581f496c54f3d5811.tar.bz2 gentoo-2-2a07077ded59a71329aaf12581f496c54f3d5811.zip |
Change LICENSE to vim (bug #473078 by Andrius Štikonas).
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild')
-rw-r--r-- | app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild b/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild index 076a4b56e849..f123eae557fa 100644 --- a/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild +++ b/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild,v 1.11 2013/05/14 05:21:46 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/ebnf-syntax/ebnf-syntax-1.1-r1.ebuild,v 1.12 2013/06/12 18:15:51 radhermit Exp $ inherit vim-plugin DESCRIPTION="vim plugin: EBNF (ISO/IEC 14997) file syntax highlighting" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=545" -LICENSE="vim.org" +LICENSE="vim" KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" IUSE="" |