diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2021-07-02 21:57:03 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-07-02 21:57:03 +0200 |
commit | bd44afeb1eef29b6c1661c4c35870541fcbe8d1f (patch) | |
tree | f4ee4fbfcb134e18f1485e8793ba6d510860b959 /media-sound/fluidsynth | |
parent | media-sound/ardour: bump to 6.8 (diff) | |
download | gentoo-bd44afeb1eef29b6c1661c4c35870541fcbe8d1f.tar.gz gentoo-bd44afeb1eef29b6c1661c4c35870541fcbe8d1f.tar.bz2 gentoo-bd44afeb1eef29b6c1661c4c35870541fcbe8d1f.zip |
media-sound/fluidsynth: fixed running tests in 2.2.1
Closes: https://bugs.gentoo.org/789585
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/fluidsynth')
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-2.2.1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/media-sound/fluidsynth/fluidsynth-2.2.1.ebuild b/media-sound/fluidsynth/fluidsynth-2.2.1.ebuild index 781c4e52a80f..aca45d6ed7a1 100644 --- a/media-sound/fluidsynth/fluidsynth-2.2.1.ebuild +++ b/media-sound/fluidsynth/fluidsynth-2.2.1.ebuild @@ -94,6 +94,10 @@ install_systemd_files() { fi } +multilib_src_test() { + eninja check +} + src_install() { cmake-multilib_src_install |