Skip to content

Commit

Permalink
dev-vcs/git: Add missing runtime dependency on dev-perl/LWP-Protocol-…
Browse files Browse the repository at this point in the history
…https

Without this git can't fetch https:// URLs.

Signed-off-by: Andreas K. Hüttel <[email protected]>
  • Loading branch information
akhuettel committed Dec 9, 2022
1 parent 4bc9121 commit e76a19a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-vcs/git/git-2.37.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ DEPEND="
"

RDEPEND="${DEPEND}
dev-perl/LWP-Protocol-https
gpg? ( app-crypt/gnupg )
perl? (
dev-perl/Error
Expand Down
1 change: 1 addition & 0 deletions dev-vcs/git/git-2.38.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ DEPEND="
"
RDEPEND="
${DEPEND}
dev-perl/LWP-Protocol-https
gpg? ( app-crypt/gnupg )
perl? (
dev-perl/Error
Expand Down
1 change: 1 addition & 0 deletions dev-vcs/git/git-2.39.0_rc2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ DEPEND="
"
RDEPEND="
${DEPEND}
dev-perl/LWP-Protocol-https
gpg? ( app-crypt/gnupg )
perl? (
dev-perl/Error
Expand Down
1 change: 1 addition & 0 deletions dev-vcs/git/git-9999-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ DEPEND="
"
RDEPEND="
${DEPEND}
dev-perl/LWP-Protocol-https
gpg? ( app-crypt/gnupg )
perl? (
dev-perl/Error
Expand Down
1 change: 1 addition & 0 deletions dev-vcs/git/git-9999-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ DEPEND="
"
RDEPEND="
${DEPEND}
dev-perl/LWP-Protocol-https
gpg? ( app-crypt/gnupg )
perl? (
dev-perl/Error
Expand Down
1 change: 1 addition & 0 deletions dev-vcs/git/git-9999-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ DEPEND="
"
RDEPEND="
${DEPEND}
dev-perl/LWP-Protocol-https
gpg? ( app-crypt/gnupg )
perl? (
dev-perl/Error
Expand Down
1 change: 1 addition & 0 deletions dev-vcs/git/git-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ DEPEND="
"
RDEPEND="
${DEPEND}
dev-perl/LWP-Protocol-https
gpg? ( app-crypt/gnupg )
perl? (
dev-perl/Error
Expand Down

0 comments on commit e76a19a

Please sign in to comment.