From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 765D815808B for ; Sun, 20 Mar 2022 21:55:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1ED25E07EE; Sun, 20 Mar 2022 21:55:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CD7FE07D3 for ; Sun, 20 Mar 2022 21:55:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0BAA342E85 for ; Sun, 20 Mar 2022 21:55:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 224372D7 for ; Sun, 20 Mar 2022 21:55:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1647813297.e9526a355ffb2cc4dd787d3ec621db565728703a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ardour/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/ardour/ardour-6.9-r1.ebuild media-sound/ardour/ardour-6.9.ebuild media-sound/ardour/ardour-9999.ebuild X-VCS-Directories: media-sound/ardour/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e9526a355ffb2cc4dd787d3ec621db565728703a X-VCS-Branch: master Date: Sun, 20 Mar 2022 21:55:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 427149c3-3cb7-45b6-b350-b72b3bdc3656 X-Archives-Hash: ff43240d58760903101faa09024239fc commit: e9526a355ffb2cc4dd787d3ec621db565728703a Author: Sam James gentoo org> AuthorDate: Sun Mar 20 21:51:03 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 20 21:54:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9526a35 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 gmail.com> Signed-off-by: Sam James gentoo.org> media-sound/ardour/{ardour-6.9.ebuild => ardour-6.9-r1.ebuild} | 3 +-- 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 similarity index 98% rename from media-sound/ardour/ardour-6.9.ebuild rename to 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