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 | |
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')
-rw-r--r-- | dev-vcs/git/git-2.37.4.ebuild | 1 | ||||
-rw-r--r-- | dev-vcs/git/git-2.38.1.ebuild | 1 | ||||
-rw-r--r-- | dev-vcs/git/git-2.39.0_rc2.ebuild | 1 | ||||
-rw-r--r-- | dev-vcs/git/git-9999-r1.ebuild | 1 | ||||
-rw-r--r-- | dev-vcs/git/git-9999-r2.ebuild | 1 | ||||
-rw-r--r-- | dev-vcs/git/git-9999-r3.ebuild | 1 | ||||
-rw-r--r-- | dev-vcs/git/git-9999.ebuild | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/dev-vcs/git/git-2.37.4.ebuild b/dev-vcs/git/git-2.37.4.ebuild index a406c1e82c27..328d9bcf0c17 100644 --- a/dev-vcs/git/git-2.37.4.ebuild +++ b/dev-vcs/git/git-2.37.4.ebuild @@ -72,6 +72,7 @@ DEPEND=" " RDEPEND="${DEPEND} + dev-perl/LWP-Protocol-https gpg? ( app-crypt/gnupg ) perl? ( dev-perl/Error diff --git a/dev-vcs/git/git-2.38.1.ebuild b/dev-vcs/git/git-2.38.1.ebuild index f68fb68b1f50..3013b63e24a1 100644 --- a/dev-vcs/git/git-2.38.1.ebuild +++ b/dev-vcs/git/git-2.38.1.ebuild @@ -79,6 +79,7 @@ DEPEND=" " RDEPEND=" ${DEPEND} + dev-perl/LWP-Protocol-https gpg? ( app-crypt/gnupg ) perl? ( dev-perl/Error diff --git a/dev-vcs/git/git-2.39.0_rc2.ebuild b/dev-vcs/git/git-2.39.0_rc2.ebuild index 40e868cbc0d6..a516f58e0cd4 100644 --- a/dev-vcs/git/git-2.39.0_rc2.ebuild +++ b/dev-vcs/git/git-2.39.0_rc2.ebuild @@ -79,6 +79,7 @@ DEPEND=" " RDEPEND=" ${DEPEND} + dev-perl/LWP-Protocol-https gpg? ( app-crypt/gnupg ) perl? ( dev-perl/Error diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild index f68fb68b1f50..3013b63e24a1 100644 --- a/dev-vcs/git/git-9999-r1.ebuild +++ b/dev-vcs/git/git-9999-r1.ebuild @@ -79,6 +79,7 @@ DEPEND=" " RDEPEND=" ${DEPEND} + dev-perl/LWP-Protocol-https gpg? ( app-crypt/gnupg ) perl? ( dev-perl/Error diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild index f68fb68b1f50..3013b63e24a1 100644 --- a/dev-vcs/git/git-9999-r2.ebuild +++ b/dev-vcs/git/git-9999-r2.ebuild @@ -79,6 +79,7 @@ DEPEND=" " RDEPEND=" ${DEPEND} + dev-perl/LWP-Protocol-https gpg? ( app-crypt/gnupg ) perl? ( dev-perl/Error 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 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 |