From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A848A1382C5 for ; Wed, 7 Feb 2018 21:39:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2FDDE0992; Wed, 7 Feb 2018 21:39:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C57BFE0992 for ; Wed, 7 Feb 2018 21:39:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB8AC335C0A for ; Wed, 7 Feb 2018 21:39:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AB121DC for ; Wed, 7 Feb 2018 21:39:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1518039536.9cdccbb4f67a6e3586df619a689ee9a7306ffe7d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/portage/portage-2.3.24-r1.ebuild sys-apps/portage/portage-2.3.24.ebuild sys-apps/portage/portage-9999.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9cdccbb4f67a6e3586df619a689ee9a7306ffe7d X-VCS-Branch: master Date: Wed, 7 Feb 2018 21:39:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2e7134ab-7049-4c61-8ace-211fe84131b7 X-Archives-Hash: b67ef1c6c279b8d7b4ecd8c4dc072b5b commit: 9cdccbb4f67a6e3586df619a689ee9a7306ffe7d Author: Michał Górny gentoo org> AuthorDate: Wed Feb 7 21:34:58 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 7 21:38:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cdccbb4 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 sys-apps/portage/{portage-2.3.24.ebuild => portage-2.3.24-r1.ebuild} | 2 +- sys-apps/portage/portage-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/portage/portage-2.3.24.ebuild b/sys-apps/portage/portage-2.3.24-r1.ebuild similarity index 99% rename from sys-apps/portage/portage-2.3.24.ebuild rename to sys-apps/portage/portage-2.3.24-r1.ebuild index f0ad350864b..b7666c5beb7 100644 --- a/sys-apps/portage/portage-2.3.24.ebuild +++ b/sys-apps/portage/portage-2.3.24-r1.ebuild @@ -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 ) diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index 2df6101a5f9..aa5ac450ef0 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.ebuild @@ -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 )