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 38323138351 for ; Fri, 10 Jan 2020 14:54:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E82EE086B; Fri, 10 Jan 2020 14:54:29 +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 013D0E086B for ; Fri, 10 Jan 2020 14:54:28 +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 8BA6D34DC7C for ; Fri, 10 Jan 2020 14:54:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14E6E2F for ; Fri, 10 Jan 2020 14:54:25 +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: <1578668055.78702db30c13e2dcbcd9780ab65c4c7ff1eb8c51.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/accel-ppp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/accel-ppp/accel-ppp-1.12.0.ebuild X-VCS-Directories: net-dialup/accel-ppp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 78702db30c13e2dcbcd9780ab65c4c7ff1eb8c51 X-VCS-Branch: master Date: Fri, 10 Jan 2020 14:54:25 +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: 8ab3443f-f8f8-4e94-8388-2a9b3cc1bfa3 X-Archives-Hash: b82e708400d9cb76aaa3afec50bef07d commit: 78702db30c13e2dcbcd9780ab65c4c7ff1eb8c51 Author: Michał Górny gentoo org> AuthorDate: Fri Jan 10 12:07:17 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 10 14:54:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78702db3 net-dialup/accel-ppp: Fix patch name Bug: https://bugs.gentoo.org/704306 Signed-off-by: Michał Górny gentoo.org> net-dialup/accel-ppp/accel-ppp-1.12.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dialup/accel-ppp/accel-ppp-1.12.0.ebuild b/net-dialup/accel-ppp/accel-ppp-1.12.0.ebuild index e60b57f2e25..7362e06b530 100644 --- a/net-dialup/accel-ppp/accel-ppp-1.12.0.ebuild +++ b/net-dialup/accel-ppp/accel-ppp-1.12.0.ebuild @@ -31,7 +31,7 @@ REQUIRED_USE="valgrind? ( debug )" PATCHES=( "${FILESDIR}/${PN}-1.11.1-socklen.patch" - "${FILESDIR}/${PV}-kernel-5.2.patch" + "${FILESDIR}/${P}-kernel-5.2.patch" ) pkg_setup() {