From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E1265139085 for ; Sat, 28 Jan 2017 14:32:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9091725404F; Sat, 28 Jan 2017 14:32:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 705DE25404E for ; Sat, 28 Jan 2017 14:32:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4744E341671 for ; Sat, 28 Jan 2017 14:32:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81F7E38D2 for ; Sat, 28 Jan 2017 14:32:02 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1485613914.8b83fbf9d89fbce48e5bccba048e80a41fa8d244.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/xsl-syntax/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild X-VCS-Directories: app-vim/xsl-syntax/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 8b83fbf9d89fbce48e5bccba048e80a41fa8d244 X-VCS-Branch: master Date: Sat, 28 Jan 2017 14:32:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8cf6b9a7-359e-4c34-847e-509ab7f17f26 X-Archives-Hash: 9b4cff1dfabf8c761379199f6c07393f commit: 8b83fbf9d89fbce48e5bccba048e80a41fa8d244 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Jan 28 14:30:19 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Jan 28 14:31:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b83fbf9 app-vim/xsl-syntax: Drop to ~mips; mips doesn't do stable keywords right now Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild index 75af74d..eabbfc6 100644 --- a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild +++ b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ 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="alpha amd64 ia64 mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" IUSE="" VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=257"