diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-12-26 23:26:45 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-12-31 16:55:27 +0100 |
commit | eb444aab443bf0b248a90c2a4b66eb8319c7224f (patch) | |
tree | 25d4070d8aa42e9d96c015185061fa5c395a8c6d /app-vim/tagbar | |
parent | app-vim/emmet: clean up old. (diff) | |
download | gentoo-eb444aab443bf0b248a90c2a4b66eb8319c7224f.tar.gz gentoo-eb444aab443bf0b248a90c2a4b66eb8319c7224f.tar.bz2 gentoo-eb444aab443bf0b248a90c2a4b66eb8319c7224f.zip |
app-vim/tagbar: stable for amd64+x86.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-vim/tagbar')
-rw-r--r-- | app-vim/tagbar/tagbar-2.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/tagbar/tagbar-2.7.ebuild b/app-vim/tagbar/tagbar-2.7.ebuild index 211696e57ae9..6820a54e5e04 100644 --- a/app-vim/tagbar/tagbar-2.7.ebuild +++ b/app-vim/tagbar/tagbar-2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ HOMEPAGE="https://majutsushi.github.com/tagbar/ https://www.vim.org/scripts/script.php?script_id=3465" SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND=">=dev-util/ctags-5.5" |