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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 81E5C158091 for ; Mon, 20 Jun 2022 00:19:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A40CAE0C08; Mon, 20 Jun 2022 00:19:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3196BE0C08 for ; Mon, 20 Jun 2022 00:19:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47CF2341722 for ; Mon, 20 Jun 2022 00:19:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9570A4C3 for ; Mon, 20 Jun 2022 00:19:35 +0000 (UTC) From: "Alexey Zapparov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Zapparov" Message-ID: <1655684356.a2c72db105de38ddc249b8569c81c6d663931392.alexey@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/lefthook/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-vcs/lefthook/lefthook-0.8.0-r1.ebuild dev-vcs/lefthook/lefthook-0.8.0.ebuild X-VCS-Directories: dev-vcs/lefthook/ X-VCS-Committer: alexey X-VCS-Committer-Name: Alexey Zapparov X-VCS-Revision: a2c72db105de38ddc249b8569c81c6d663931392 X-VCS-Branch: dev Date: Mon, 20 Jun 2022 00:19:35 +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: 91524574-5ee7-4b04-9b38-52f699f0f2bb X-Archives-Hash: 4ce182e91d91454059c8b13024a23d96 commit: a2c72db105de38ddc249b8569c81c6d663931392 Author: Alexey Zapparov zapparov com> AuthorDate: Mon Jun 20 00:19:16 2022 +0000 Commit: Alexey Zapparov zapparov com> CommitDate: Mon Jun 20 00:19:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2c72db1 dev-vcs/lefthook: add 0.8.0-r1 Fix RDEPEND Signed-off-by: Alexey Zapparov zapparov.com> dev-vcs/lefthook/{lefthook-0.8.0.ebuild => lefthook-0.8.0-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-vcs/lefthook/lefthook-0.8.0.ebuild b/dev-vcs/lefthook/lefthook-0.8.0-r1.ebuild similarity index 99% rename from dev-vcs/lefthook/lefthook-0.8.0.ebuild rename to dev-vcs/lefthook/lefthook-0.8.0-r1.ebuild index 01cbf11a8..2afc3cfde 100644 --- a/dev-vcs/lefthook/lefthook-0.8.0.ebuild +++ b/dev-vcs/lefthook/lefthook-0.8.0-r1.ebuild @@ -345,7 +345,9 @@ SLOT="0" KEYWORDS="~amd64" DEPEND="" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + dev-vcs/git +" BDEPEND="" src_compile() {