Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-crypt/
Date: Tue, 01 Nov 2022 23:22:00
Message-Id: 1667344259.9ed1d27647a029173d731f95bb6da7a4e8baf08a.sam@gentoo
1 commit: 9ed1d27647a029173d731f95bb6da7a4e8baf08a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 23:10:59 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 23:10:59 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed1d276
7
8 dev-vcs/git-crypt: add missing OpenSSL dep
9
10 Bug: https://bugs.gentoo.org/805545
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../{git-crypt-0.6.0.ebuild => git-crypt-0.6.0-r1.ebuild} | 7 +++++--
14 1 file changed, 5 insertions(+), 2 deletions(-)
15
16 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
17 similarity index 83%
18 rename from dev-vcs/git-crypt/git-crypt-0.6.0.ebuild
19 rename to dev-vcs/git-crypt/git-crypt-0.6.0-r1.ebuild
20 index c7e0f1a2401a..d1f3a018f685 100644
21 --- a/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild
22 +++ b/dev-vcs/git-crypt/git-crypt-0.6.0-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -11,7 +11,10 @@ LICENSE="GPL-3"
30 SLOT="0"
31 KEYWORDS="~amd64 ~x86"
32
33 -RDEPEND="dev-vcs/git"
34 +RDEPEND="
35 + dev-libs/openssl:=
36 + dev-vcs/git
37 +"
38 DEPEND="${RDEPEND}"
39
40 src_install() {