mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
The ebuild calls 'eapply_user' in src_prepare rather than 'default' which would do both "eapply on all PATCHES" *and* "eapply_user". The filename in the ebuild also wasn't right. Unfortunately, the patch also couldn't then apply because it has the wrong patch-level, so fixed that too by making it -p1-compliant. Closes: https://bugs.gentoo.org/949031 Fixes: 8fcd2710762948cc3f8ad1b060ec86a43e6c35e6 Signed-off-by: Sam James <sam@gentoo.org>