Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/tagbar/
Date: Mon, 31 Dec 2018 15:55:48
Message-Id: 1546271727.eb444aab443bf0b248a90c2a4b66eb8319c7224f.monsieurp@gentoo
1 commit: eb444aab443bf0b248a90c2a4b66eb8319c7224f
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 26 22:26:45 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 31 15:55:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb444aab
7
8 app-vim/tagbar: stable for amd64+x86.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-vim/tagbar/tagbar-2.7.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-vim/tagbar/tagbar-2.7.ebuild b/app-vim/tagbar/tagbar-2.7.ebuild
17 index 211696e57ae..6820a54e5e0 100644
18 --- a/app-vim/tagbar/tagbar-2.7.ebuild
19 +++ b/app-vim/tagbar/tagbar-2.7.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -10,7 +10,7 @@ HOMEPAGE="https://majutsushi.github.com/tagbar/
27 https://www.vim.org/scripts/script.php?script_id=3465"
28 SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 LICENSE="vim"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="amd64 x86"
32
33 RDEPEND=">=dev-util/ctags-5.5"