diff options
Diffstat (limited to 'media-sound')
-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 |