diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-02-13 18:37:25 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-02-13 18:37:25 +0000 |
commit | be30ccd1927fc5a2bafaf11c1f4d71760523337e (patch) | |
tree | 22f896739f2101c1a1fbe2405a821c4e51f5aa21 /app-vim/xsl-syntax | |
parent | Stable on ppc64 (diff) | |
download | historical-be30ccd1927fc5a2bafaf11c1f4d71760523337e.tar.gz historical-be30ccd1927fc5a2bafaf11c1f4d71760523337e.tar.bz2 historical-be30ccd1927fc5a2bafaf11c1f4d71760523337e.zip |
Added ~ppc64 to KEYWORDS
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'app-vim/xsl-syntax')
-rw-r--r-- | app-vim/xsl-syntax/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/xsl-syntax/xsl-syntax-0.3.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/xsl-syntax/ChangeLog b/app-vim/xsl-syntax/ChangeLog index b158ea0c3331..7810bd855e12 100644 --- a/app-vim/xsl-syntax/ChangeLog +++ b/app-vim/xsl-syntax/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/xsl-syntax # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/xsl-syntax/ChangeLog,v 1.1 2005/02/12 20:58:03 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/xsl-syntax/ChangeLog,v 1.2 2005/02/13 18:29:28 corsair Exp $ + + 13 Feb 2005; Markus Rothe <corsair@gentoo.org> xsl-syntax-0.3.11.ebuild: + Added ~ppc64 to KEYWORDS *xsl-syntax-0.3.11 (12 Feb 2005) diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11.ebuild b/app-vim/xsl-syntax/xsl-syntax-0.3.11.ebuild index 215b3c521746..8e28097b77b0 100644 --- a/app-vim/xsl-syntax/xsl-syntax-0.3.11.ebuild +++ b/app-vim/xsl-syntax/xsl-syntax-0.3.11.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/xsl-syntax/xsl-syntax-0.3.11.ebuild,v 1.1 2005/02/12 20:58:03 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/xsl-syntax/xsl-syntax-0.3.11.ebuild,v 1.2 2005/02/13 18:29:28 corsair Exp $ inherit vim-plugin DESCRIPTION="vim plugin: Syntax for XSLT (with HTML and others)" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=257" LICENSE="vim" -KEYWORDS="x86 alpha ia64 sparc ~ppc ~amd64" +KEYWORDS="x86 alpha ia64 sparc ~ppc ~amd64 ~ppc64" IUSE="" VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=257" |