diff options
author | Sam James <sam@gentoo.org> | 2021-11-10 04:59:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-10 05:00:07 +0000 |
commit | 7f71d2512eb54a44c098d04d99ebcf224a32a386 (patch) | |
tree | f9292e4411fcc113f4b293e73c40dcc88503f4d9 /media-sound/amsynth | |
parent | app-text/xmlto: don't hardcode paths to utilities (diff) | |
download | gentoo-7f71d2512eb54a44c098d04d99ebcf224a32a386.tar.gz gentoo-7f71d2512eb54a44c098d04d99ebcf224a32a386.tar.bz2 gentoo-7f71d2512eb54a44c098d04d99ebcf224a32a386.zip |
media-sound/amsynth: add missing intltool dependency (BDEPEND)
Closes: https://bugs.gentoo.org/804906
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/amsynth')
-rw-r--r-- | media-sound/amsynth/amsynth-1.12.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-sound/amsynth/amsynth-1.12.2.ebuild b/media-sound/amsynth/amsynth-1.12.2.ebuild index 43b44f1114be..892e1eb063c9 100644 --- a/media-sound/amsynth/amsynth-1.12.2.ebuild +++ b/media-sound/amsynth/amsynth-1.12.2.ebuild @@ -17,6 +17,7 @@ IUSE="alsa dssi gtk jack lash lv2 nsm oss vst" REQUIRED_USE="dssi? ( gtk ) lv2? ( gtk )" BDEPEND=" + dev-util/intltool virtual/pkgconfig " RDEPEND=" |