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 136F3158090 for ; Tue, 17 May 2022 11:39:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0244E091C; Tue, 17 May 2022 11:39:47 +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 65160E08C8 for ; Tue, 17 May 2022 11:39:47 +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 1E3A7341478 for ; Tue, 17 May 2022 11:39:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74A2C448 for ; Tue, 17 May 2022 11:39:44 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1652787502.22b980f12c7e8bc93312ec64c8f6b2a0fe22b411.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/inspircd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/inspircd/inspircd-3.13.0.ebuild X-VCS-Directories: net-irc/inspircd/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 22b980f12c7e8bc93312ec64c8f6b2a0fe22b411 X-VCS-Branch: master Date: Tue, 17 May 2022 11:39:44 +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: 2341193f-ea3b-4e41-8b9c-a9c22ef1e90e X-Archives-Hash: 61a215b8c2ad7b61b75ff28fd1151e43 commit: 22b980f12c7e8bc93312ec64c8f6b2a0fe22b411 Author: Ionen Wolkens gentoo org> AuthorDate: Tue May 17 10:44:27 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue May 17 11:38:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22b980f1 net-irc/inspircd: remove unnecessary src_prepare Signed-off-by: Ionen Wolkens gentoo.org> net-irc/inspircd/inspircd-3.13.0.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/net-irc/inspircd/inspircd-3.13.0.ebuild b/net-irc/inspircd/inspircd-3.13.0.ebuild index 48edcd50c9a7..8d51e4a14324 100644 --- a/net-irc/inspircd/inspircd-3.13.0.ebuild +++ b/net-irc/inspircd/inspircd-3.13.0.ebuild @@ -39,10 +39,6 @@ PATCHES=( "${WORKDIR}"/${P}-fix-path-builds.patch "${WORKDIR}"/${P}-fix-template-files.patch) -src_prepare() { - default -} - src_configure() { local extras=""