mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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 )
|
||||
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user