From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1685056-garchives=archives.gentoo.org@lists.gentoo.org> 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B33A8158042 for <garchives@archives.gentoo.org>; Thu, 31 Oct 2024 11:13:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E41A3E0869; Thu, 31 Oct 2024 11:13:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A09A6E0869 for <gentoo-commits@lists.gentoo.org>; Thu, 31 Oct 2024 11:13:35 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9819B3430A1 for <gentoo-commits@lists.gentoo.org>; Thu, 31 Oct 2024 11:13:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32266EA0 for <gentoo-commits@lists.gentoo.org>; Thu, 31 Oct 2024 11:13:32 +0000 (UTC) From: "Miroslav Šulc" <fordfrog@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" <fordfrog@gentoo.org> Message-ID: <1730373182.d66f9c8f5e4dec008edda5433072031dfcbba949.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ardour/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/ardour/ardour-8.10-r1.ebuild media-sound/ardour/ardour-9999.ebuild X-VCS-Directories: media-sound/ardour/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: d66f9c8f5e4dec008edda5433072031dfcbba949 X-VCS-Branch: master Date: Thu, 31 Oct 2024 11:13:32 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9150f324-7633-4cf8-a9bb-0016b61fb105 X-Archives-Hash: acc205330086390cbb3f52d59125ca21 commit: d66f9c8f5e4dec008edda5433072031dfcbba949 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Thu Oct 31 11:13:02 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Thu Oct 31 11:13:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d66f9c8f media-sound/ardour: added missing dep Closes: https://bugs.gentoo.org/942597 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-sound/ardour/ardour-8.10-r1.ebuild | 1 + media-sound/ardour/ardour-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-sound/ardour/ardour-8.10-r1.ebuild b/media-sound/ardour/ardour-8.10-r1.ebuild index a689739c7c59..3f30d74b1a16 100644 --- a/media-sound/ardour/ardour-8.10-r1.ebuild +++ b/media-sound/ardour/ardour-8.10-r1.ebuild @@ -25,6 +25,7 @@ SLOT="8" IUSE="doc jack nls phonehome pulseaudio cpu_flags_ppc_altivec cpu_flags_x86_sse cpu_flags_x86_mmx cpu_flags_x86_3dnow" RDEPEND=" + dev-cpp/cairomm:0 dev-cpp/glibmm:2 dev-libs/boost:= dev-libs/glib:2 diff --git a/media-sound/ardour/ardour-9999.ebuild b/media-sound/ardour/ardour-9999.ebuild index 6010d25500d9..2ca2d1289f3c 100644 --- a/media-sound/ardour/ardour-9999.ebuild +++ b/media-sound/ardour/ardour-9999.ebuild @@ -25,6 +25,7 @@ SLOT="9" IUSE="doc jack nls phonehome pulseaudio cpu_flags_ppc_altivec cpu_flags_x86_sse cpu_flags_x86_mmx cpu_flags_x86_3dnow" RDEPEND=" + dev-cpp/cairomm:0 dev-cpp/glibmm:2 dev-libs/boost:= dev-libs/glib:2