summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2013-12-31 10:30:43 +0000
committerMarkus Meier <maekke@gentoo.org>2013-12-31 10:30:43 +0000
commitb313ef53331021e866a1b7954ddd3c0c3f9135b6 (patch)
tree2fb9c89043b6ef0ff5069010ad7beecf9211b13d /app-vim
parentRevision bump: fix pkgconfig file generation, respect lib directory, wrt bug ... (diff)
downloadgentoo-2-b313ef53331021e866a1b7954ddd3c0c3f9135b6.tar.gz
gentoo-2-b313ef53331021e866a1b7954ddd3c0c3f9135b6.tar.bz2
gentoo-2-b313ef53331021e866a1b7954ddd3c0c3f9135b6.zip
add ~arm, bug #493540
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/gitolite-syntax/ChangeLog6
-rw-r--r--app-vim/gitolite-syntax/gitolite-syntax-20111225.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/app-vim/gitolite-syntax/ChangeLog b/app-vim/gitolite-syntax/ChangeLog
index 744cafb7fd97..4d5a2d0cc789 100644
--- a/app-vim/gitolite-syntax/ChangeLog
+++ b/app-vim/gitolite-syntax/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/gitolite-syntax
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/gitolite-syntax/ChangeLog,v 1.8 2013/12/23 15:58:48 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/gitolite-syntax/ChangeLog,v 1.9 2013/12/31 10:30:43 maekke Exp $
+
+ 31 Dec 2013; Markus Meier <maekke@gentoo.org>
+ gitolite-syntax-20111225.ebuild:
+ add ~arm, bug #493540
23 Dec 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Cleanup due bug #66351
diff --git a/app-vim/gitolite-syntax/gitolite-syntax-20111225.ebuild b/app-vim/gitolite-syntax/gitolite-syntax-20111225.ebuild
index 0280fc733485..c78554131c6c 100644
--- a/app-vim/gitolite-syntax/gitolite-syntax-20111225.ebuild
+++ b/app-vim/gitolite-syntax/gitolite-syntax-20111225.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/gitolite-syntax/gitolite-syntax-20111225.ebuild,v 1.3 2012/06/21 06:09:14 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/gitolite-syntax/gitolite-syntax-20111225.ebuild,v 1.4 2013/12/31 10:30:43 maekke Exp $
EAPI=4
@@ -9,7 +9,7 @@ inherit vim-plugin
DESCRIPTION="vim plugin: gitolite syntax highlighting"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2900"
LICENSE="Apache-2.0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
IUSE=""
SRC_URI="mirror://gentoo/${P}.tar.bz2"