commit:     f1b587244d4fb2a35d712bfe188e85835be2fe61
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 04:49:07 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 04:54:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b58724

sys-boot/dvhtool: drop bogus eapply_user

'default' is called already in src_prepare (which calls eapply_user).

This would apply user patches twice.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-boot/dvhtool/dvhtool-1.0.1-r2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-boot/dvhtool/dvhtool-1.0.1-r2.ebuild 
b/sys-boot/dvhtool/dvhtool-1.0.1-r2.ebuild
index ac542155c604..86fe693b70db 100644
--- a/sys-boot/dvhtool/dvhtool-1.0.1-r2.ebuild
+++ b/sys-boot/dvhtool/dvhtool-1.0.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -27,7 +27,6 @@ src_prepare() {
        # Fix automake warning
        mv configure.{in,ac} || die
 
-       eapply_user
        eautoreconf
 }
 

Reply via email to