diff options
author | David Michael <fedora.dm0@gmail.com> | 2021-02-06 17:24:54 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-02-15 20:25:28 -0500 |
commit | 9d33bf973865dcdb67e558b162ae8f227c00c242 (patch) | |
tree | 1600a8c077b4d2cee33a2f3f0385c4bd8c70c3a9 /media-sound/ardour | |
parent | media-plugins/vdr-menuorg: Specify the glibmm slot (diff) | |
download | gentoo-9d33bf973865dcdb67e558b162ae8f227c00c242.tar.gz gentoo-9d33bf973865dcdb67e558b162ae8f227c00c242.tar.bz2 gentoo-9d33bf973865dcdb67e558b162ae8f227c00c242.zip |
media-sound/ardour: Specify the glibmm slot
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-sound/ardour')
-rw-r--r-- | media-sound/ardour/ardour-6.5-r2.ebuild (renamed from media-sound/ardour/ardour-6.5-r1.ebuild) | 2 | ||||
-rw-r--r-- | media-sound/ardour/ardour-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/ardour/ardour-6.5-r1.ebuild b/media-sound/ardour/ardour-6.5-r2.ebuild index 7a6e537e5639..8db68c8d6a82 100644 --- a/media-sound/ardour/ardour-6.5-r1.ebuild +++ b/media-sound/ardour/ardour-6.5-r2.ebuild @@ -24,7 +24,7 @@ SLOT="6" IUSE="altivec doc jack nls phonehome pulseaudio cpu_flags_x86_sse cpu_flags_x86_mmx cpu_flags_x86_3dnow" RDEPEND=" - dev-cpp/glibmm + dev-cpp/glibmm:2 dev-cpp/gtkmm:2.4 dev-cpp/libgnomecanvasmm:2.6 dev-libs/boost:= diff --git a/media-sound/ardour/ardour-9999.ebuild b/media-sound/ardour/ardour-9999.ebuild index 9cc16d9c4dac..9d4f2f8cc5ae 100644 --- a/media-sound/ardour/ardour-9999.ebuild +++ b/media-sound/ardour/ardour-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,7 +24,7 @@ SLOT="6" IUSE="altivec doc jack nls phonehome pulseaudio cpu_flags_x86_sse cpu_flags_x86_mmx cpu_flags_x86_3dnow" RDEPEND=" - dev-cpp/glibmm + dev-cpp/glibmm:2 dev-cpp/gtkmm:2.4 dev-cpp/libgnomecanvasmm:2.6 dev-libs/boost:= |