diff options
Diffstat (limited to 'app-vim/nginx-syntax/nginx-syntax-0.3.1.ebuild')
-rw-r--r-- | app-vim/nginx-syntax/nginx-syntax-0.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/nginx-syntax/nginx-syntax-0.3.1.ebuild b/app-vim/nginx-syntax/nginx-syntax-0.3.1.ebuild index c5ef0a354095..df03a7c38301 100644 --- a/app-vim/nginx-syntax/nginx-syntax-0.3.1.ebuild +++ b/app-vim/nginx-syntax/nginx-syntax-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/nginx-syntax/nginx-syntax-0.3.1.ebuild,v 1.1 2010/05/29 06:29:11 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/nginx-syntax/nginx-syntax-0.3.1.ebuild,v 1.2 2010/05/29 06:33:17 hollow Exp $ EAPI="2" @@ -9,5 +9,5 @@ inherit vim-plugin DESCRIPTION="vim plugin: Nginx configuration files syntax" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1886" LICENSE="as-is" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" |