From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7EDE6138351 for ; Thu, 23 Apr 2020 06:37:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8D75E0BE8; Thu, 23 Apr 2020 06:37:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BA6CE0BE9 for ; Thu, 23 Apr 2020 06:37:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 485DE34EE05 for ; Thu, 23 Apr 2020 06:37:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 892D221D for ; Thu, 23 Apr 2020 06:37:12 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1587623785.64a68e073670b267e9720fb4a496199140a918ec.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/fzf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/fzf/fzf-0.21.0.ebuild X-VCS-Directories: app-shells/fzf/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 64a68e073670b267e9720fb4a496199140a918ec X-VCS-Branch: master Date: Thu, 23 Apr 2020 06:37:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e7164b20-2be0-4d28-aaec-52657257da7c X-Archives-Hash: bddacaf2818beeeb8629e1c16e2dfc27 commit: 64a68e073670b267e9720fb4a496199140a918ec Author: Joonas Niilola gentoo org> AuthorDate: Thu Apr 23 06:05:34 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Apr 23 06:36:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a68e07 app-shells/fzf: syntax fix Signed-off-by: Joonas Niilola gentoo.org> app-shells/fzf/fzf-0.21.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/fzf/fzf-0.21.0.ebuild b/app-shells/fzf/fzf-0.21.0.ebuild index 8742d6b6f6a..854e90d08e5 100644 --- a/app-shells/fzf/fzf-0.21.0.ebuild +++ b/app-shells/fzf/fzf-0.21.0.ebuild @@ -58,7 +58,7 @@ go-module_set_globals EGO_PN="github.com/junegunn/${PN}" SRC_URI="https://${EGO_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz - ${EGO_SUM_SRC_URI}" + ${EGO_SUM_SRC_URI}" LICENSE="MIT BSD-with-disclosure" SLOT="0"