From f1b587244d4fb2a35d712bfe188e85835be2fe61 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 24 Feb 2025 04:49:07 +0000 Subject: [PATCH] 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 --- 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 ac542155c604e..86fe693b70db4 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 }