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

www-misc/mergelog: fix applying patches

Otherwise, we only apply user patches, not the ones in PATCHES(!)

Closes: https://bugs.gentoo.org/726088
Fixes: 27f9342a1e5d29177177fcc47eabc58f19a54557
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-misc/mergelog/{mergelog-4.5-r2.ebuild => mergelog-4.5-r3.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-misc/mergelog/mergelog-4.5-r2.ebuild 
b/www-misc/mergelog/mergelog-4.5-r3.ebuild
similarity index 90%
rename from www-misc/mergelog/mergelog-4.5-r2.ebuild
rename to www-misc/mergelog/mergelog-4.5-r3.ebuild
index 2bfb50ecbe16..71df4cd0275d 100644
--- a/www-misc/mergelog/mergelog-4.5-r2.ebuild
+++ b/www-misc/mergelog/mergelog-4.5-r3.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
@@ -22,6 +22,6 @@ PATCHES=(
 )
 
 src_prepare() {
-       eapply_user
+       default
        eautoreconf
 }

Reply via email to