commit:     e672455f00e8c4ae0de75faccac6dc1d705e2e2a
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 17 17:30:27 2019 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> 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 <bkohler <AT> 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() {

Reply via email to