diff options
author | Sam James <sam@gentoo.org> | 2022-03-20 21:51:03 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-20 21:54:57 +0000 |
commit | e9526a355ffb2cc4dd787d3ec621db565728703a (patch) | |
tree | 927f7b580ef277521b077321605fb96bfd2900d2 /media-sound | |
parent | app-metrics/snmp_exporter: drop 0.15.0 (diff) | |
download | gentoo-e9526a355ffb2cc4dd787d3ec621db565728703a.tar.gz gentoo-e9526a355ffb2cc4dd787d3ec621db565728703a.tar.bz2 gentoo-e9526a355ffb2cc4dd787d3ec621db565728703a.zip |
media-sound/ardour: drop stale dev-cpp/libgnomecanvasmm dependency
Dep doesn't build with Clang for a start which is how we noticed
(thanks Jannik), but actually, the dep was dropped upstream in.. 2007!
Thanks-to: Jannik Glückert <jannik.glueckert@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/ardour/ardour-6.9-r1.ebuild (renamed from media-sound/ardour/ardour-6.9.ebuild) | 3 | ||||
-rw-r--r-- | media-sound/ardour/ardour-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/media-sound/ardour/ardour-6.9.ebuild b/media-sound/ardour/ardour-6.9-r1.ebuild index db6b4df64dd7..95a824b4d2d7 100644 --- a/media-sound/ardour/ardour-6.9.ebuild +++ b/media-sound/ardour/ardour-6.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,7 +26,6 @@ IUSE="altivec doc jack nls phonehome pulseaudio cpu_flags_x86_sse cpu_flags_x86_ RDEPEND=" dev-cpp/glibmm:2 dev-cpp/gtkmm:2.4 - dev-cpp/libgnomecanvasmm:2.6 dev-libs/boost:= dev-libs/glib:2 dev-libs/libsigc++:2 diff --git a/media-sound/ardour/ardour-9999.ebuild b/media-sound/ardour/ardour-9999.ebuild index d4f641297a64..4b3a74958f62 100644 --- a/media-sound/ardour/ardour-9999.ebuild +++ b/media-sound/ardour/ardour-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,7 +26,6 @@ IUSE="altivec doc jack nls phonehome pulseaudio cpu_flags_x86_sse cpu_flags_x86_ RDEPEND=" dev-cpp/glibmm:2 dev-cpp/gtkmm:2.4 - dev-cpp/libgnomecanvasmm:2.6 dev-libs/boost:= dev-libs/glib:2 dev-libs/libsigc++:2 |