From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0BA24158176 for ; Sun, 19 Oct 2025 18:04:01 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E4CCA341F9D for ; Sun, 19 Oct 2025 18:04:00 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D5347110575; Sun, 19 Oct 2025 18:03:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id CB959110575 for ; Sun, 19 Oct 2025 18:03:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84AC3341F5F for ; Sun, 19 Oct 2025 18:03:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D03B43B10 for ; Sun, 19 Oct 2025 18:03:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1760896941.bde156abae6b5691efe2457dd55b141dfcdc6786.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/x265/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/x265/x265-4.1.ebuild media-libs/x265/x265-9999.ebuild X-VCS-Directories: media-libs/x265/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bde156abae6b5691efe2457dd55b141dfcdc6786 X-VCS-Branch: master Date: Sun, 19 Oct 2025 18:03:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 55d4e110-491a-4248-9593-7c710d27e541 X-Archives-Hash: d3080f088d02058a4766de394b95c259 commit: bde156abae6b5691efe2457dd55b141dfcdc6786 Author: Paul Zander gmail com> AuthorDate: Sat Aug 9 13:40:21 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 19 18:02:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde156ab media-libs/x265: use edo, skip benchmarks Signed-off-by: Paul Zander gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44229 Signed-off-by: Sam James gentoo.org> media-libs/x265/x265-4.1.ebuild | 4 ++-- media-libs/x265/x265-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/x265/x265-4.1.ebuild b/media-libs/x265/x265-4.1.ebuild index c2cf82c284f7..8f1f70665bd7 100644 --- a/media-libs/x265/x265-4.1.ebuild +++ b/media-libs/x265/x265-4.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake-multilib flag-o-matic multibuild +inherit cmake-multilib edo flag-o-matic multibuild DESCRIPTION="Library for encoding video streams into the H.265/HEVC format" HOMEPAGE="https://www.x265.org/ https://bitbucket.org/multicoreware/x265_git/" @@ -198,7 +198,7 @@ multilib_src_compile() { x265_variant_src_test() { if [[ -x "${BUILD_DIR}/test/TestBench" ]] ; then - "${BUILD_DIR}/test/TestBench" || die + edo "${BUILD_DIR}/test/TestBench" --nobench else einfo "Unit tests check only assembly." einfo "You do not seem to have any for ABI=${ABI}, x265 variant=${MULTIBUILD_VARIANT}" diff --git a/media-libs/x265/x265-9999.ebuild b/media-libs/x265/x265-9999.ebuild index ad2f262dc07e..8926fe9b9ec9 100644 --- a/media-libs/x265/x265-9999.ebuild +++ b/media-libs/x265/x265-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake-multilib flag-o-matic multibuild +inherit cmake-multilib edo flag-o-matic multibuild DESCRIPTION="Library for encoding video streams into the H.265/HEVC format" HOMEPAGE="https://www.x265.org/ https://bitbucket.org/multicoreware/x265_git/" @@ -195,7 +195,7 @@ multilib_src_compile() { x265_variant_src_test() { if [[ -x "${BUILD_DIR}/test/TestBench" ]] ; then - "${BUILD_DIR}/test/TestBench" || die + edo "${BUILD_DIR}/test/TestBench" --nobench else einfo "Unit tests check only assembly." einfo "You do not seem to have any for ABI=${ABI}, x265 variant=${MULTIBUILD_VARIANT}"