diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-09-30 16:03:18 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-09-30 16:03:18 +0000 |
commit | c29ee7c2e59607a1599a386a5c4db245fc3b9c6c (patch) | |
tree | 1d3df58d2455ce232a32b7c2775fade8fb23ea9c /app-vim/uptime/uptime-1.3.ebuild | |
parent | Added ~amd64 keywords. Bug #107642. (diff) | |
download | gentoo-2-c29ee7c2e59607a1599a386a5c4db245fc3b9c6c.tar.gz gentoo-2-c29ee7c2e59607a1599a386a5c4db245fc3b9c6c.tar.bz2 gentoo-2-c29ee7c2e59607a1599a386a5c4db245fc3b9c6c.zip |
Added ~amd64 keywords.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-vim/uptime/uptime-1.3.ebuild')
-rw-r--r-- | app-vim/uptime/uptime-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/uptime/uptime-1.3.ebuild b/app-vim/uptime/uptime-1.3.ebuild index 7a547755e9f5..e6ab7d556791 100644 --- a/app-vim/uptime/uptime-1.3.ebuild +++ b/app-vim/uptime/uptime-1.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/uptime/uptime-1.3.ebuild,v 1.10 2005/04/24 12:21:16 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/uptime/uptime-1.3.ebuild,v 1.11 2005/09/30 15:59:15 metalgod Exp $ inherit vim-plugin DESCRIPTION="vim plugin: display vim uptimes" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=965" LICENSE="vim" -KEYWORDS="sparc mips ppc x86 alpha ia64" +KEYWORDS="alpha ~amd64 ia64 mips ppc sparc x86" IUSE="" VIM_PLUGIN_HELPFILES="uptime" |