commit:     f362913d371661c8a1ab7ad6dcde9a2eb1185f48
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 04:47:39 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 04:54:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f362913d

net-print/dymo-cups-drivers: 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>

 net-print/dymo-cups-drivers/dymo-cups-drivers-1.4.0-r2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-print/dymo-cups-drivers/dymo-cups-drivers-1.4.0-r2.ebuild 
b/net-print/dymo-cups-drivers/dymo-cups-drivers-1.4.0-r2.ebuild
index bb216fa485f3..2c54e35186de 100644
--- a/net-print/dymo-cups-drivers/dymo-cups-drivers-1.4.0-r2.ebuild
+++ b/net-print/dymo-cups-drivers/dymo-cups-drivers-1.4.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -33,7 +33,6 @@ DOCS=( AUTHORS README ChangeLog docs/SAMPLES )
 
 src_prepare() {
        default
-       eapply_user
        eautoreconf
 }
 

Reply via email to