sys-apps/portage: Require app-crypt/gnupg with IPv6 fix

Depend on >=app-crypt/gnupg-2.2.4-r2 to avoid failing verification
on systems that are missing an IPv6 stack. More importantly, this
ensures that we will not stabilize Portage before that version of GnuPG.

Bug: https://bugs.gentoo.org/646194
This commit is contained in:
Michał Górny
2018-02-07 22:34:58 +01:00
parent 471d2fa087
commit 9cdccbb4f6
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ RDEPEND="
rsync-verify? (
>=app-portage/gemato-10
app-crypt/gentoo-keys
app-crypt/gnupg[ssl(-)]
>=app-crypt/gnupg-2.2.4-r2[ssl(-)]
)
)
elibc_FreeBSD? ( sys-freebsd/freebsd-bin )

View File

@@ -47,7 +47,7 @@ RDEPEND="
rsync-verify? (
>=app-portage/gemato-10
app-crypt/gentoo-keys
app-crypt/gnupg[ssl(-)]
>=app-crypt/gnupg-2.2.4-r2[ssl(-)]
)
)
elibc_FreeBSD? ( sys-freebsd/freebsd-bin )