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 ABB90138239 for ; Thu, 27 Feb 2020 08:59:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6A02E09F1; Thu, 27 Feb 2020 08:59:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 BA516E09F1 for ; Thu, 27 Feb 2020 08:59:47 +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 43DCE34F3FB for ; Thu, 27 Feb 2020 08:59:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB9D317 for ; Thu, 27 Feb 2020 08:59:43 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1582793973.c9a05e8c9580c0aa522502f9ec2fcd308ac5296e.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/ppp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/ppp/ppp-2.4.8.ebuild X-VCS-Directories: net-dialup/ppp/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: c9a05e8c9580c0aa522502f9ec2fcd308ac5296e X-VCS-Branch: master Date: Thu, 27 Feb 2020 08:59:43 +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: 7fd5f7c0-32d7-415b-a950-841f54c92d3f X-Archives-Hash: 7ea741f568a8652a1f3f4d33543f8d24 commit: c9a05e8c9580c0aa522502f9ec2fcd308ac5296e Author: Lars Wendler gentoo org> AuthorDate: Wed Feb 26 17:16:23 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Feb 27 08:59:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a05e8c net-dialup/ppp: Fixed another QA issue Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Lars Wendler gentoo.org> net-dialup/ppp/ppp-2.4.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dialup/ppp/ppp-2.4.8.ebuild b/net-dialup/ppp/ppp-2.4.8.ebuild index dbe8ff2eee9..9ebf2bc0d49 100644 --- a/net-dialup/ppp/ppp-2.4.8.ebuild +++ b/net-dialup/ppp/ppp-2.4.8.ebuild @@ -8,7 +8,7 @@ inherit linux-info multilib pam toolchain-funcs PATCH_VER="02" DESCRIPTION="Point-to-Point Protocol (PPP)" HOMEPAGE="https://ppp.samba.org/" -SRC_URI="https://github.com/paulusmack/ppp/archive/ppp-2.4.8.tar.gz +SRC_URI="https://github.com/paulusmack/ppp/archive/${P}.tar.gz https://dev.gentoo.org/~polynomial-c/${P}-patches-${PATCH_VER}.tar.xz http://www.netservers.net.uk/gpl/ppp-dhcpc.tgz"