diff options
author | 2025-01-27 17:16:19 +0100 | |
---|---|---|
committer | 2025-02-17 20:03:24 +0200 | |
commit | fca4ae934d0bff1a847befd3bc541890e31e252b (patch) | |
tree | dd255bed767523a1fe18b0c66c5b87916e73d893 /app-misc | |
parent | dev-util/pycharm-community: version bump 2024.3.2 and bugfixes (diff) | |
download | gentoo-fca4ae934d0bff1a847befd3bc541890e31e252b.tar.gz gentoo-fca4ae934d0bff1a847befd3bc541890e31e252b.tar.bz2 gentoo-fca4ae934d0bff1a847befd3bc541890e31e252b.zip |
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@shurup.com>
Closes: https://github.com/gentoo/gentoo/pull/40334
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/mc/mc-4.8.33.ebuild | 21 |
1 files 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() { |