commit:     fca4ae934d0bff1a847befd3bc541890e31e252b
Author:     Yury V. Zaytsev <yury <AT> shurup <DOT> com>
AuthorDate: Mon Jan 27 16:16:19 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Feb 17 18:03:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca4ae93

app-misc/mc: update mc-4.8.33.ebuild

These issues ought to be fixed in 4.8.33.

Signed-off-by: Yury V. Zaytsev <yury <AT> shurup.com>
Closes: https://github.com/gentoo/gentoo/pull/40334
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 app-misc/mc/mc-4.8.33.ebuild | 21 ++-------------------
 1 file changed, 2 insertions(+), 19 deletions(-)

diff --git a/app-misc/mc/mc-4.8.33.ebuild b/app-misc/mc/mc-4.8.33.ebuild
index fdf5a36d691b..157d93d99e35 100644
--- a/app-misc/mc/mc-4.8.33.ebuild
+++ b/app-misc/mc/mc-4.8.33.ebuild
@@ -62,18 +62,6 @@ QA_CONFIG_IMPL_DECL_SKIP=(
        statvfs64
 )
 
-src_prepare() {
-       default
-
-       # Bug #906194, #922483
-       if use elibc_musl; then
-               eapply "${FILESDIR}"/${PN}-4.8.30-musl-tests.patch
-               eapply "${FILESDIR}"/${PN}-4.8.31-musl-tests.patch
-       fi
-
-       eautoreconf
-}
-
 src_configure() {
        [[ ${CHOST} == *-solaris* ]] && append-ldflags "-lnsl -lsocket"
 
@@ -99,18 +87,13 @@ src_configure() {
 }
 
 src_test() {
-       # Bug #759466
+       # Bug #759466 - tracked upstream at 
https://midnight-commander.org/ticket/4643
        if [[ ${EUID} == 0 ]] ; then
                ewarn "You are emerging ${PN} as root with 'userpriv' disabled."
                ewarn "Expect some test failures, or emerge with 
'FEATURES=userpriv'!"
        fi
 
-       # CK_FORK=no to avoid using fork() in check library
-       # as mc mocks fork() itself: bug #644462.
-       #
-       # VERBOSE=1 to make test failures contain detailed
-       # information.
-       CK_FORK=no emake check VERBOSE=1
+       emake check VERBOSE=1
 }
 
 src_install() {

Reply via email to