From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E21715815E for ; Sat, 10 Feb 2024 23:29:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F8EBE2A29; Sat, 10 Feb 2024 23:29:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C424E2A29 for ; Sat, 10 Feb 2024 23:29:34 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2570343073 for ; Sat, 10 Feb 2024 23:29:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 156CE358 for ; Sat, 10 Feb 2024 23:29:30 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1707607766.c285848bf59c8824a90f0f2fc9895efa7e36c70d.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vidstab/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/vidstab/vidstab-1.1.1.ebuild media-libs/vidstab/vidstab-9999.ebuild X-VCS-Directories: media-libs/vidstab/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: c285848bf59c8824a90f0f2fc9895efa7e36c70d X-VCS-Branch: master Date: Sat, 10 Feb 2024 23:29:30 +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: ea302db1-21cf-4c9c-aa6c-c50170bc3683 X-Archives-Hash: 12c3177583f6977d45075dbb94c78791 commit: c285848bf59c8824a90f0f2fc9895efa7e36c70d Author: Kalin KOZHUHAROV gmail com> AuthorDate: Sat Feb 10 21:56:04 2024 +0000 Commit: Craig Andrews gentoo org> CommitDate: Sat Feb 10 23:29:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c285848b media-libs/vidstab: adding test dependency dev-lang/orc is required, iff FEATURES=test therefore introducing USE=test and adding this dependency. Merged from https://github.com/thinrope/pkalin/commit/8af40010830b5bf64d30a5ec7859171687ec77f2 Reported-by: Kalin KOZHUHAROV thinrope.net> Signed-off-by: Kalin KOZHUHAROV thinrope.net> Closes: https://bugs.gentoo.org/924218 Closes: https://github.com/gentoo/gentoo/pull/35264 Signed-off-by: Craig Andrews gentoo.org> media-libs/vidstab/vidstab-1.1.1.ebuild | 5 ++++- media-libs/vidstab/vidstab-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/media-libs/vidstab/vidstab-1.1.1.ebuild b/media-libs/vidstab/vidstab-1.1.1.ebuild index ec0ef0590a9a..beb76c153eed 100644 --- a/media-libs/vidstab/vidstab-1.1.1.ebuild +++ b/media-libs/vidstab/vidstab-1.1.1.ebuild @@ -19,7 +19,10 @@ fi LICENSE="GPL-2+" SLOT="0" -IUSE="openmp cpu_flags_x86_sse2" +IUSE="openmp cpu_flags_x86_sse2 test" + +RESTRICT="!test? ( test )" +DEPEND="test? ( dev-lang/orc )" pkg_pretend() { [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp diff --git a/media-libs/vidstab/vidstab-9999.ebuild b/media-libs/vidstab/vidstab-9999.ebuild index 49d8734f589d..40a765ac64a2 100644 --- a/media-libs/vidstab/vidstab-9999.ebuild +++ b/media-libs/vidstab/vidstab-9999.ebuild @@ -19,7 +19,10 @@ fi LICENSE="GPL-2+" SLOT="0" -IUSE="openmp cpu_flags_x86_sse2" +IUSE="openmp cpu_flags_x86_sse2 test" + +RESTRICT="!test? ( test )" +DEPEND="test? ( dev-lang/orc )" pkg_pretend() { [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp