commit:     52c651ec319e2f4bf2e3df2e3c156cbf0a37dfb9
Author:     zyxhere💭 <zyx <AT> envs <DOT> net>
AuthorDate: Wed May 28 18:37:45 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun  9 02:41:17 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c651ec

gui-apps/gnome-console: Use PATCHES instead of eapply for musl fix

Signed-off-by: zyxhere💭 <zyx <AT> envs.net>
Part-of: https://github.com/gentoo/gentoo/pull/42277
Closes: https://github.com/gentoo/gentoo/pull/42277
Signed-off-by: Sam James <sam <AT> gentoo.org>

 gui-apps/gnome-console/gnome-console-47.2.1.ebuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gui-apps/gnome-console/gnome-console-47.2.1.ebuild 
b/gui-apps/gnome-console/gnome-console-47.2.1.ebuild
index cb711cde3d54..88615d5436a3 100644
--- a/gui-apps/gnome-console/gnome-console-47.2.1.ebuild
+++ b/gui-apps/gnome-console/gnome-console-47.2.1.ebuild
@@ -33,11 +33,14 @@ BDEPEND="
                dev-libs/appstream-glib
        )
 "
-src_prepare() {
+
+PATCHES=(
        # https://bugs.gentoo.org/956695
-       eapply "${FILESDIR}"/${P}-musl.patch
-       eapply_user
-}
+       # This is fixed in 48.x releases and upstream insists to use that
+       # instead of backporting the fix in 47
+
+       "${FILESDIR}"/${P}-musl.patch
+)
 
 src_configure() {
        local emesonargs=(

Reply via email to