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 }