commit:     5d216a382193637f4b52947db455828387de592e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 20 12:01:38 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 20 12:01:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d216a38

net-mail/qmhandle: use PATCHES

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

 net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild 
b/net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild
index ec9e141df8a5..3b395f8b8d96 100644
--- a/net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild
+++ b/net-mail/qmhandle/qmhandle-1.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,13 +18,16 @@ RDEPEND="virtual/qmail
 "
 DEPEND=""
 
+PATCHES=(
+       "${FILESDIR}/${PN}-1.3.2-fix-help-parameter.patch"
+)
+
 src_prepare() {
-       eapply "${FILESDIR}/${PN}-1.3.2-fix-help-parameter.patch"
        sed \
                -e 's|/usr/local/bin/svc|/usr/bin/svc|g' \
                -e 's|/service/qmail-deliver|/var/qmail/supervise/qmail-send|g' 
\
                -i qmHandle || die "Fixing qmHandle failed"
-       eapply_user
+       default
 }
 
 src_install() {

Reply via email to