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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8CF1415ACFB for ; Sun, 23 Apr 2023 17:06:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9CA6E0BE7; Sun, 23 Apr 2023 17:06:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98B68E0BE7 for ; Sun, 23 Apr 2023 17:06:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E2E033E3A9 for ; Sun, 23 Apr 2023 17:06:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E7228DF for ; Sun, 23 Apr 2023 17:06:27 +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: <1682269546.9a6ae49db366cf373a0b185bfd62bc5f2de85e00.floppym@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.5.0.ebuild X-VCS-Directories: net-dialup/ppp/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 9a6ae49db366cf373a0b185bfd62bc5f2de85e00 X-VCS-Branch: master Date: Sun, 23 Apr 2023 17:06:27 +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: 41f1e6cd-8321-42d8-9a05-16b989666e16 X-Archives-Hash: 652624f4ff3c309f792950ebc5a55672 commit: 9a6ae49db366cf373a0b185bfd62bc5f2de85e00 Author: Mike Gilbert gentoo org> AuthorDate: Sun Apr 23 17:05:46 2023 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Apr 23 17:05:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a6ae49d net-dialup/ppp: drop redundant src_compile function Signed-off-by: Mike Gilbert gentoo.org> net-dialup/ppp/ppp-2.5.0.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/net-dialup/ppp/ppp-2.5.0.ebuild b/net-dialup/ppp/ppp-2.5.0.ebuild index dc7b51c7c782..bae82377db29 100644 --- a/net-dialup/ppp/ppp-2.5.0.ebuild +++ b/net-dialup/ppp/ppp-2.5.0.ebuild @@ -49,10 +49,6 @@ src_configure() { econf "${args[@]}" } -src_compile() { - default -} - src_install() { default