diff options
| author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-12-09 23:34:48 +0100 |
|---|---|---|
| committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-12-09 23:36:01 +0100 |
| commit | e76a19a82456a958ccaa64249b70c8068715e891 (patch) | |
| tree | 1dd97506f02fcdb95f90a8ef07fbb48071a2586b /dev-vcs/git/git-9999.ebuild | |
| parent | 4bc9121ee42f2b0836d694d78e35a4fca7559f47 (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.ebuild')
| -rw-r--r-- | dev-vcs/git/git-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index f68fb68b1f50..3013b63e24a1 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.ebuild @@ -79,6 +79,7 @@ DEPEND=" " RDEPEND=" ${DEPEND} + dev-perl/LWP-Protocol-https gpg? ( app-crypt/gnupg ) perl? ( dev-perl/Error |
