From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/patchage/
Date: Wed, 29 Jan 2025 10:28:06 +0000 (UTC) [thread overview]
Message-ID: <1738146482.1dffb25b5ac482d9c90fb022dd4dd9c60b4c390a.fordfrog@gentoo> (raw)
commit: 1dffb25b5ac482d9c90fb022dd4dd9c60b4c390a
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 29 10:12:10 2025 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Jan 29 10:28:02 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dffb25b
media-sound/patchage: fixed test use flag
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/patchage/patchage-9999.ebuild | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/media-sound/patchage/patchage-9999.ebuild b/media-sound/patchage/patchage-9999.ebuild
index e449d00c7bf0..bde44715ff7f 100644
--- a/media-sound/patchage/patchage-9999.ebuild
+++ b/media-sound/patchage/patchage-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -24,6 +24,7 @@ RESTRICT="!test? ( test )"
BDEPEND="
virtual/pkgconfig
"
+# tests also need autoship package but that's not packaged in gentoo
RDEPEND="dev-cpp/glibmm:2
dev-cpp/gtkmm:2.4
media-libs/ganv
@@ -32,7 +33,12 @@ RDEPEND="dev-cpp/glibmm:2
jack-dbus? (
dev-libs/dbus-glib
sys-apps/dbus
- )"
+ )
+ test? (
+ dev-util/cppcheck
+ dev-util/reuse
+ )
+"
DEPEND="${RDEPEND}
dev-libs/boost
>=dev-libs/libfmt-9:="
@@ -44,7 +50,7 @@ src_configure() {
$(meson_feature alsa)
$(meson_feature jack)
$(meson_feature jack-dbus jack_dbus)
- $(meson_feature test tests)
+ $(meson_use test lint)
)
meson_src_configure
}
next reply other threads:[~2025-01-29 10:28 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-29 10:28 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-21 6:47 [gentoo-commits] repo/gentoo:master commit in: media-sound/patchage/ Miroslav Šulc
2023-04-20 22:30 Sam James
2023-04-20 22:30 Sam James
2022-09-26 5:02 Miroslav Šulc
2022-09-25 12:19 Agostino Sarubbo
2022-09-25 1:18 Sam James
2022-09-18 14:29 Miroslav Šulc
2022-09-18 14:27 Miroslav Šulc
2022-08-23 20:00 Miroslav Šulc
2022-06-08 8:42 Agostino Sarubbo
2022-06-08 7:21 Jakov Smolić
2022-05-31 1:56 Sam James
2021-04-30 20:53 Miroslav Šulc
2021-02-08 17:26 Sam James
2021-02-08 17:25 Sam James
2021-01-14 10:40 Miroslav Šulc
2020-08-29 12:16 Miroslav Šulc
2020-07-17 7:44 Agostino Sarubbo
2020-07-17 7:21 Agostino Sarubbo
2020-06-10 8:10 Miroslav Šulc
2020-06-10 8:10 Miroslav Šulc
2017-12-20 22:40 Patrice Clement
2017-12-20 22:40 Patrice Clement
2017-12-20 22:40 Patrice Clement
2017-12-20 22:40 Patrice Clement
2015-12-23 10:59 Pacho Ramos
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=1738146482.1dffb25b5ac482d9c90fb022dd4dd9c60b4c390a.fordfrog@gentoo \
--to=fordfrog@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