diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2021-04-14 18:45:29 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-04-14 18:45:29 +0200 |
commit | a409d7cd962a5c0f13d0ff5e51cf7eb2010a04da (patch) | |
tree | 7aa21df8bd0c8e04acf4f7f0dacf00c6dadddaa0 /media-sound/fluidsynth | |
parent | dev-java/bcel: removed obsolete 6.0_rc3 (diff) | |
download | gentoo-a409d7cd962a5c0f13d0ff5e51cf7eb2010a04da.tar.gz gentoo-a409d7cd962a5c0f13d0ff5e51cf7eb2010a04da.tar.bz2 gentoo-a409d7cd962a5c0f13d0ff5e51cf7eb2010a04da.zip |
media-sound/fluidsynth: fixed subslot in 2.2.0
Closes: https://bugs.gentoo.org/782868
Package-Manager: Portage-3.0.18, 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.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/fluidsynth/fluidsynth-2.2.0.ebuild b/media-sound/fluidsynth/fluidsynth-2.2.0.ebuild index a56c09092f91..781c4e52a80f 100644 --- a/media-sound/fluidsynth/fluidsynth-2.2.0.ebuild +++ b/media-sound/fluidsynth/fluidsynth-2.2.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://www.fluidsynth.org" SRC_URI="https://github.com/FluidSynth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1+" -SLOT="0/2" +SLOT="0/3" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="alsa dbus debug examples ipv6 jack ladspa lash network oss portaudio pulseaudio +readline sdl +sndfile systemd threads" |