Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/nerdtree/
Date: Thu, 02 Jun 2022 03:58:06
Message-Id: 1654142270.1972339c3d2b9742c7af467f3afdc453f35559e2.jsmolic@gentoo
1 commit: 1972339c3d2b9742c7af467f3afdc453f35559e2
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 03:57:50 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 03:57:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1972339c
7
8 app-vim/nerdtree: Stabilize 6.4.3 amd64, #849197
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 app-vim/nerdtree/nerdtree-6.4.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-vim/nerdtree/nerdtree-6.4.3.ebuild b/app-vim/nerdtree/nerdtree-6.4.3.ebuild
16 index 8148044e5008..36d3a1222eb7 100644
17 --- a/app-vim/nerdtree/nerdtree-6.4.3.ebuild
18 +++ b/app-vim/nerdtree/nerdtree-6.4.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
26 inherit git-r3
27 else
28 SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="~amd64 ~x86 ~x64-macos"
30 + KEYWORDS="amd64 ~x86 ~x64-macos"
31 fi
32
33 DESCRIPTION="vim plugin: A tree explorer plugin for navigating the filesystem"