diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-11-09 22:37:22 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-11-09 22:37:22 +0000 |
commit | 4777929dc12702516781cd4f2ed47444e727363c (patch) | |
tree | cb19ff61a8e7d9501bd43b262e3c7536d0985b8a /app-vim | |
parent | LICENSE fix (diff) | |
download | historical-4777929dc12702516781cd4f2ed47444e727363c.tar.gz historical-4777929dc12702516781cd4f2ed47444e727363c.tar.bz2 historical-4777929dc12702516781cd4f2ed47444e727363c.zip |
add alpha and ia64
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gentoo-syntax/Manifest | 2 | ||||
-rw-r--r-- | app-vim/gentoo-syntax/gentoo-syntax-20041009.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest index 4d185a9eba21..9ba18872c143 100644 --- a/app-vim/gentoo-syntax/Manifest +++ b/app-vim/gentoo-syntax/Manifest @@ -1,4 +1,4 @@ MD5 396dae18cbf39a4eda441ef48cf40ec9 ChangeLog 2423 -MD5 9254019c82d1b62405301cd85c9400e6 gentoo-syntax-20041009.ebuild 639 MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250 +MD5 15e22abf8413e78892c1a1c8e5569b78 gentoo-syntax-20041009.ebuild 651 MD5 af854ba426622a145f3f786c605ff98c files/digest-gentoo-syntax-20041009 73 diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20041009.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20041009.ebuild index 460e5ae71785..9f2a98642e41 100644 --- a/app-vim/gentoo-syntax/gentoo-syntax-20041009.ebuild +++ b/app-vim/gentoo-syntax/gentoo-syntax-20041009.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/gentoo-syntax/gentoo-syntax-20041009.ebuild,v 1.4 2004/11/09 01:28:39 dostrow Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20041009.ebuild,v 1.5 2004/11/09 22:37:22 agriffis Exp $ inherit vim-plugin @@ -8,7 +8,7 @@ DESCRIPTION="vim plugin: Gentoo Ebuild, Eclass, GLEP, ChangeLog and Portage Files syntax highlighting, filetype and indent settings" HOMEPAGE="http://developer.berlios.de/projects/gentoo-syntax" LICENSE="vim" -KEYWORDS="x86 sparc mips amd64 ~ppc ~ppc64" +KEYWORDS="x86 sparc mips amd64 ~ppc ~ppc64 alpha ia64" IUSE="" RESTRICT="nomirror" SRC_URI="http://download.berlios.de/gentoo-syntax/${P}.tar.bz2" |