commit: 9ed1d27647a029173d731f95bb6da7a4e8baf08a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Nov 1 23:10:59 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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() {
