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 ACD7513933E for ; Mon, 19 Jul 2021 21:07:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86C15E0A04; Mon, 19 Jul 2021 21:07:12 +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 63B60E0A04 for ; Mon, 19 Jul 2021 21:07:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 34CD1342AC7 for ; Mon, 19 Jul 2021 21:07:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F856174 for ; Mon, 19 Jul 2021 21:07:09 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1626728775.b6f7bbdd84599d901aa0bf4504edef46b6da1beb.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypam/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypam/pypam-0.5.0-r6.ebuild X-VCS-Directories: dev-python/pypam/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: b6f7bbdd84599d901aa0bf4504edef46b6da1beb X-VCS-Branch: master Date: Mon, 19 Jul 2021 21:07:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0825f762-4b19-4271-bbd2-ed62215a5f85 X-Archives-Hash: 758b26aeec2ffa2496b873481846f064 commit: b6f7bbdd84599d901aa0bf4504edef46b6da1beb Author: Mike Gilbert gentoo org> AuthorDate: Mon Jul 19 21:04:31 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Jul 19 21:06:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6f7bbdd dev-python/pypam: add distfiles.gentoo.org to SRC_URI Prevents fetch failures for people with broken GENTOO_MIRRORS. Bug: https://bugs.gentoo.org/802927 Signed-off-by: Mike Gilbert gentoo.org> dev-python/pypam/pypam-0.5.0-r6.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pypam/pypam-0.5.0-r6.ebuild b/dev-python/pypam/pypam-0.5.0-r6.ebuild index af7d95bbd82..ca6df1352e5 100644 --- a/dev-python/pypam/pypam-0.5.0-r6.ebuild +++ b/dev-python/pypam/pypam-0.5.0-r6.ebuild @@ -10,7 +10,8 @@ inherit distutils-r1 flag-o-matic DESCRIPTION="Python Bindings for PAM (Pluggable Authentication Modules)" HOMEPAGE="http://www.pangalactic.org/PyPAM" -SRC_URI="http://www.pangalactic.org/PyPAM/${MY_P}.tar.gz" +SRC_URI="http://www.pangalactic.org/PyPAM/${MY_P}.tar.gz + https://distfiles.gentoo.org/distfiles/ad/PyPAM-0.5.0.tar.gz" S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2.1"