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 291F9158020 for ; Tue, 1 Nov 2022 23:22:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64A24E0AA3; Tue, 1 Nov 2022 23:21:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 2116CE0AA3 for ; Tue, 1 Nov 2022 23:21:59 +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 045B334120F for ; Tue, 1 Nov 2022 23:21:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AE075E7 for ; Tue, 1 Nov 2022 23:21:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1667344259.9ed1d27647a029173d731f95bb6da7a4e8baf08a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-crypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git-crypt/git-crypt-0.6.0-r1.ebuild dev-vcs/git-crypt/git-crypt-0.6.0.ebuild X-VCS-Directories: dev-vcs/git-crypt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9ed1d27647a029173d731f95bb6da7a4e8baf08a X-VCS-Branch: master Date: Tue, 1 Nov 2022 23:21:56 +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: b1430e2b-b652-4eab-ba26-fdbe48359317 X-Archives-Hash: da3c48684b607811ea0ec141b96c1f22 commit: 9ed1d27647a029173d731f95bb6da7a4e8baf08a Author: Sam James gentoo org> AuthorDate: Tue Nov 1 23:10:59 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 1 23:10:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed1d276 dev-vcs/git-crypt: add missing OpenSSL dep Bug: https://bugs.gentoo.org/805545 Signed-off-by: Sam James gentoo.org> .../{git-crypt-0.6.0.ebuild => git-crypt-0.6.0-r1.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild b/dev-vcs/git-crypt/git-crypt-0.6.0-r1.ebuild similarity index 83% rename from dev-vcs/git-crypt/git-crypt-0.6.0.ebuild rename to dev-vcs/git-crypt/git-crypt-0.6.0-r1.ebuild index c7e0f1a2401a..d1f3a018f685 100644 --- a/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild +++ b/dev-vcs/git-crypt/git-crypt-0.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,10 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND="dev-vcs/git" +RDEPEND=" + dev-libs/openssl:= + dev-vcs/git +" DEPEND="${RDEPEND}" src_install() {