From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0B25913888F for ; Tue, 20 Oct 2015 21:47:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D5DE21C019; Tue, 20 Oct 2015 21:47:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09D7F21C019 for ; Tue, 20 Oct 2015 21:47:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38D0633FDBF for ; Tue, 20 Oct 2015 21:47:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1935144C for ; Tue, 20 Oct 2015 21:47:11 +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: <1445377601.3d257d898edcfcb41c7e01a0c9e12e75c87831b9.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.7-r2.ebuild X-VCS-Directories: net-dialup/ppp/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 3d257d898edcfcb41c7e01a0c9e12e75c87831b9 X-VCS-Branch: master Date: Tue, 20 Oct 2015 21:47:11 +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: 1cf7b42a-da92-4f92-8e74-f8f442a54923 X-Archives-Hash: 3e35d7d0c7172a01ca791925f490aa86 commit: 3d257d898edcfcb41c7e01a0c9e12e75c87831b9 Author: Lars Wendler gentoo org> AuthorDate: Tue Oct 20 21:46:41 2015 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Oct 20 21:46:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d257d89 net-dialup/ppp: Added epatch_user (bug #549588). Package-Manager: portage-2.2.23 Signed-off-by: Lars Wendler gentoo.org> net-dialup/ppp/ppp-2.4.7-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-dialup/ppp/ppp-2.4.7-r2.ebuild b/net-dialup/ppp/ppp-2.4.7-r2.ebuild index 089b67f..fa68233 100644 --- a/net-dialup/ppp/ppp-2.4.7-r2.ebuild +++ b/net-dialup/ppp/ppp-2.4.7-r2.ebuild @@ -85,6 +85,8 @@ src_prepare() { einfo "Disabling radius" sed -i -e '/+= radius/s:^:#:' pppd/plugins/Makefile.linux || die fi + + epatch_user # 549588 } src_compile() {