From 9c02cf00069302fa17d087665a6b99fa3b124f20 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 29 Jan 2024 07:10:10 +0000 Subject: [PATCH] app-arch/cpio: Sync with Gentoo It's from Gentoo commit 226fcb9d41b4be413a80adac41ddcf090f260bae. --- .../portage-stable/app-arch/cpio/cpio-2.15.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sdk_container/src/third_party/portage-stable/app-arch/cpio/cpio-2.15.ebuild b/sdk_container/src/third_party/portage-stable/app-arch/cpio/cpio-2.15.ebuild index e9733b098c..6f98be317e 100644 --- a/sdk_container/src/third_party/portage-stable/app-arch/cpio/cpio-2.15.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-arch/cpio/cpio-2.15.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit multiprocessing + DESCRIPTION="File archival tool which can also read and write tar files" HOMEPAGE="https://www.gnu.org/software/cpio/cpio.html" SRC_URI="mirror://gnu/cpio/${P}.tar.bz2" @@ -39,6 +41,10 @@ src_configure() { econf "${myeconfargs[@]}" } +src_test() { + emake check TESTSUITEFLAGS="--jobs=$(get_makeopts_jobs)" +} + pkg_postinst() { # Ensure to preserve the symlink before app-alternatives/cpio # is installed