diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-05-30 22:42:45 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-06-13 12:58:11 -0400 |
commit | 5008bbcb72fc5e5889b0ab9f94aae16fc3698a57 (patch) | |
tree | b0d046a183f9175d0ba31598cfa43d6dadf87400 /media-sound/fluidsynth | |
parent | sci-libs/bmrblib: Bump to 1.0.4 (diff) | |
download | gentoo-5008bbcb72fc5e5889b0ab9f94aae16fc3698a57.tar.gz gentoo-5008bbcb72fc5e5889b0ab9f94aae16fc3698a57.tar.bz2 gentoo-5008bbcb72fc5e5889b0ab9f94aae16fc3698a57.zip |
Remove MULTILIB_USEDEP from all virtual/pkgconfig dependencies
Bug: https://bugs.gentoo.org/723112
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'media-sound/fluidsynth')
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-2.0.7.ebuild | 2 | ||||
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-2.1.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/fluidsynth/fluidsynth-2.0.7.ebuild b/media-sound/fluidsynth/fluidsynth-2.0.7.ebuild index 59d74664cf3a..494a305ed54f 100644 --- a/media-sound/fluidsynth/fluidsynth-2.0.7.ebuild +++ b/media-sound/fluidsynth/fluidsynth-2.0.7.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ppc ppc64 sparc x86" IUSE="alsa dbus debug examples ipv6 jack ladspa lash oss portaudio pulseaudio +readline +sndfile systemd" BDEPEND=" - virtual/pkgconfig[${MULTILIB_USEDEP}] + virtual/pkgconfig " DEPEND=" dev-libs/glib:2[${MULTILIB_USEDEP}] diff --git a/media-sound/fluidsynth/fluidsynth-2.1.0.ebuild b/media-sound/fluidsynth/fluidsynth-2.1.0.ebuild index 672fdd204679..a01ed47a190c 100644 --- a/media-sound/fluidsynth/fluidsynth-2.1.0.ebuild +++ b/media-sound/fluidsynth/fluidsynth-2.1.0.ebuild @@ -16,7 +16,7 @@ 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" BDEPEND=" - virtual/pkgconfig[${MULTILIB_USEDEP}] + virtual/pkgconfig " DEPEND=" dev-libs/glib:2[${MULTILIB_USEDEP}] |