diff options
author | 2022-12-09 23:34:48 +0100 | |
---|---|---|
committer | 2022-12-09 23:36:01 +0100 | |
commit | e76a19a82456a958ccaa64249b70c8068715e891 (patch) | |
tree | 1dd97506f02fcdb95f90a8ef07fbb48071a2586b /dev-vcs/git/git-9999-r3.ebuild | |
parent | sys-power/RyzenAdj: Stabilize 0.11.1 x86, #885087 (diff) | |
download | gentoo-e76a19a82456a958ccaa64249b70c8068715e891.tar.gz gentoo-e76a19a82456a958ccaa64249b70c8068715e891.tar.bz2 gentoo-e76a19a82456a958ccaa64249b70c8068715e891.zip |
dev-vcs/git: Add missing runtime dependency on dev-perl/LWP-Protocol-https
Without this git can't fetch https:// URLs.
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-vcs/git/git-9999-r3.ebuild')
-rw-r--r-- | dev-vcs/git/git-9999-r3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild index f68fb68b1f50..3013b63e24a1 100644 --- a/dev-vcs/git/git-9999-r3.ebuild +++ b/dev-vcs/git/git-9999-r3.ebuild @@ -79,6 +79,7 @@ DEPEND=" " RDEPEND=" ${DEPEND} + dev-perl/LWP-Protocol-https gpg? ( app-crypt/gnupg ) perl? ( dev-perl/Error |