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 E9581138334 for ; Tue, 17 Dec 2019 17:30:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13D0BE0864; Tue, 17 Dec 2019 17:30:48 +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 F2BE9E0864 for ; Tue, 17 Dec 2019 17:30: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 A7E0034D9D7 for ; Tue, 17 Dec 2019 17:30:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EBE98C6 for ; Tue, 17 Dec 2019 17:30:45 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1576603827.e672455f00e8c4ae0de75faccac6dc1d705e2e2a.bkohler@gentoo> Subject: [gentoo-commits] repo/proj/dotnet:master commit in: dev-util/mono-debugger/ X-VCS-Repository: repo/proj/dotnet X-VCS-Files: dev-util/mono-debugger/mono-debugger-9999.ebuild X-VCS-Directories: dev-util/mono-debugger/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: e672455f00e8c4ae0de75faccac6dc1d705e2e2a X-VCS-Branch: master Date: Tue, 17 Dec 2019 17:30:45 +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: 7fe2c885-7e75-486f-bff2-ab9582d68db7 X-Archives-Hash: c648a71e86575553cc43f7b495f71b9a commit: e672455f00e8c4ae0de75faccac6dc1d705e2e2a Author: Ben Kohler gentoo org> AuthorDate: Tue Dec 17 17:30:27 2019 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Dec 17 17:30:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=e672455f dev-util/mono-debugger: fix up botched EAPI=6 conversion Use eapply instead of epatch Don't call base_src_prepare (no longer inherits base.eclass for a while) Do default *before* eautoreconf Closes: https://bugs.gentoo.org/615176 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Ben Kohler gentoo.org> dev-util/mono-debugger/mono-debugger-9999.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-util/mono-debugger/mono-debugger-9999.ebuild b/dev-util/mono-debugger/mono-debugger-9999.ebuild index 0c9c268..1260a73 100644 --- a/dev-util/mono-debugger/mono-debugger-9999.ebuild +++ b/dev-util/mono-debugger/mono-debugger-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit dotnet autotools flag-o-matic eutils git-r3 +inherit dotnet autotools flag-o-matic git-r3 DESCRIPTION="Debugger for .NET managed and unmanaged applications" HOMEPAGE="https://www.mono-project.com/" @@ -25,13 +25,11 @@ DEPEND="${RDEPEND} !dev-lang/mercury" src_prepare() { - base_src_prepare + default # Allow compilation against system libbfd, bnc#662581 - epatch "${FILESDIR}/${PN}-2.8-system-bfd.patch" + eapply "${FILESDIR}/${PN}-2.8-system-bfd.patch" eautoreconf - - default } src_configure() {