commit: a6f09dafb524e7b6bdbc0585713c58fa324dfdc8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 04:44:39 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 04:54:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f09daf
app-backup/amanda: 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>
app-backup/amanda/amanda-3.5.1-r5.ebuild | 4 +---
app-backup/amanda/amanda-3.5.4-r2.ebuild | 2 --
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/app-backup/amanda/amanda-3.5.1-r5.ebuild
b/app-backup/amanda/amanda-3.5.1-r5.ebuild
index 7496f6cc59e6..c53b20474278 100644
--- a/app-backup/amanda/amanda-3.5.1-r5.ebuild
+++ b/app-backup/amanda/amanda-3.5.1-r5.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
@@ -183,8 +183,6 @@ src_prepare() {
server-src/am{addclient,serverconfig}.pl || die
cat "${MYFILESDIR}"/amanda-amandahosts-client-2.5.1_p3-r1 >
"${T}"/amandahosts || die
fi
-
- eapply_user
}
src_configure() {
diff --git a/app-backup/amanda/amanda-3.5.4-r2.ebuild
b/app-backup/amanda/amanda-3.5.4-r2.ebuild
index ed950f08ffc3..86f820cfe224 100644
--- a/app-backup/amanda/amanda-3.5.4-r2.ebuild
+++ b/app-backup/amanda/amanda-3.5.4-r2.ebuild
@@ -210,8 +210,6 @@ src_prepare() {
server-src/am{addclient,serverconfig}.pl || die
cat "${MYFILESDIR}"/amanda-amandahosts-server-2.5.1_p3-r1 >
"${T}"/amandahosts || die
fi
-
- eapply_user
}
src_configure() {