From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vidstab/
Date: Sat, 10 Feb 2024 23:29:30 +0000 (UTC) [thread overview]
Message-ID: <1707607766.c285848bf59c8824a90f0f2fc9895efa7e36c70d.candrews@gentoo> (raw)
commit: c285848bf59c8824a90f0f2fc9895efa7e36c70d
Author: Kalin KOZHUHAROV <me.kalin <AT> gmail <DOT> com>
AuthorDate: Sat Feb 10 21:56:04 2024 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> 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 <kalin <AT> thinrope.net>
Signed-off-by: Kalin KOZHUHAROV <kalin <AT> thinrope.net>
Closes: https://bugs.gentoo.org/924218
Closes: https://github.com/gentoo/gentoo/pull/35264
Signed-off-by: Craig Andrews <candrews <AT> 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
next reply other threads:[~2024-02-10 23:29 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-10 23:29 Craig Andrews [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-06 18:41 [gentoo-commits] repo/gentoo:master commit in: media-libs/vidstab/ Arthur Zamarin
2024-02-10 23:38 Craig Andrews
2024-01-16 18:44 Craig Andrews
2024-01-16 18:44 Craig Andrews
2024-01-15 18:13 Craig Andrews
2023-04-10 2:14 Sam James
2023-04-09 19:38 Sam James
2023-04-09 19:37 Sam James
2023-04-09 18:41 Arthur Zamarin
2023-04-09 18:41 Arthur Zamarin
2023-04-09 18:41 Arthur Zamarin
2023-03-22 20:42 Andreas Sturmlechner
2023-03-22 18:53 Andreas Sturmlechner
2023-03-10 13:47 Craig Andrews
2022-12-02 18:44 WANG Xuerui
2022-05-16 8:12 David Seifert
2021-08-24 14:33 Marek Szuba
2020-05-01 13:58 Agostino Sarubbo
2020-04-26 5:13 Georgy Yakovlev
2020-04-25 10:41 Mikle Kolyada
2019-11-19 12:43 Craig Andrews
2019-11-19 12:43 Craig Andrews
2019-09-14 5:03 Matt Turner
2019-07-28 18:31 Aaron Bauman
2019-07-22 8:54 Mikle Kolyada
2019-07-18 7:26 Agostino Sarubbo
2019-02-19 21:15 Markus Meier
2019-02-18 7:58 Georgy Yakovlev
2019-02-12 9:49 Tobias Klausmann
2019-01-21 23:30 Sergei Trofimovich
2019-01-17 8:03 Sergei Trofimovich
2019-01-16 23:35 Sergei Trofimovich
2019-01-11 16:15 Craig Andrews
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1707607766.c285848bf59c8824a90f0f2fc9895efa7e36c70d.candrews@gentoo \
--to=candrews@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox