Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/fzf/
Date: Thu, 23 Apr 2020 06:37:16
Message-Id: 1587623785.64a68e073670b267e9720fb4a496199140a918ec.juippis@gentoo
1 commit: 64a68e073670b267e9720fb4a496199140a918ec
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 23 06:05:34 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 23 06:36:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a68e07
7
8 app-shells/fzf: syntax fix
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-shells/fzf/fzf-0.21.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-shells/fzf/fzf-0.21.0.ebuild b/app-shells/fzf/fzf-0.21.0.ebuild
16 index 8742d6b6f6a..854e90d08e5 100644
17 --- a/app-shells/fzf/fzf-0.21.0.ebuild
18 +++ b/app-shells/fzf/fzf-0.21.0.ebuild
19 @@ -58,7 +58,7 @@ go-module_set_globals
20
21 EGO_PN="github.com/junegunn/${PN}"
22 SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
23 - ${EGO_SUM_SRC_URI}"
24 + ${EGO_SUM_SRC_URI}"
25
26 LICENSE="MIT BSD-with-disclosure"
27 SLOT="0"