Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/fluidsynth/
Date: Fri, 02 Jul 2021 19:57:23
Message-Id: 1625255823.bd44afeb1eef29b6c1661c4c35870541fcbe8d1f.fordfrog@gentoo
1 commit: bd44afeb1eef29b6c1661c4c35870541fcbe8d1f
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 2 19:57:03 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 2 19:57:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd44afeb
7
8 media-sound/fluidsynth: fixed running tests in 2.2.1
9
10 Closes: https://bugs.gentoo.org/789585
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
13
14 media-sound/fluidsynth/fluidsynth-2.2.1.ebuild | 4 ++++
15 1 file changed, 4 insertions(+)
16
17 diff --git a/media-sound/fluidsynth/fluidsynth-2.2.1.ebuild b/media-sound/fluidsynth/fluidsynth-2.2.1.ebuild
18 index 781c4e52a80..aca45d6ed7a 100644
19 --- a/media-sound/fluidsynth/fluidsynth-2.2.1.ebuild
20 +++ b/media-sound/fluidsynth/fluidsynth-2.2.1.ebuild
21 @@ -94,6 +94,10 @@ install_systemd_files() {
22 fi
23 }
24
25 +multilib_src_test() {
26 + eninja check
27 +}
28 +
29 src_install() {
30 cmake-multilib_src_install