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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A3CD158042 for ; Thu, 31 Oct 2024 11:46:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A95B9E080E; Thu, 31 Oct 2024 11:46:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 8AB63E080E for ; Thu, 31 Oct 2024 11:46:11 +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 A21EA340441 for ; Thu, 31 Oct 2024 11:46:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3944F11DF for ; Thu, 31 Oct 2024 11:46:09 +0000 (UTC) From: "Miroslav Šulc" 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" Message-ID: <1730375166.613cf656ddd00546f942b96c2a90ea7f7e81e00f.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: 613cf656ddd00546f942b96c2a90ea7f7e81e00f X-VCS-Branch: master Date: Thu, 31 Oct 2024 11:46:09 +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: ad5ec732-1f98-4be5-82e3-6902f1cff217 X-Archives-Hash: 0d69d9d59f7a40c7446f7a12b7d96a43 commit: 613cf656ddd00546f942b96c2a90ea7f7e81e00f Author: Miroslav Šulc gentoo org> AuthorDate: Thu Oct 31 11:45:08 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Oct 31 11:46:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613cf656 media-sound/ardour: added missing dep Closes: https://bugs.gentoo.org/942598 Signed-off-by: Miroslav Šulc 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 3f30d74b1a16..3f87b44422c6 100644 --- a/media-sound/ardour/ardour-8.10-r1.ebuild +++ b/media-sound/ardour/ardour-8.10-r1.ebuild @@ -27,6 +27,7 @@ IUSE="doc jack nls phonehome pulseaudio cpu_flags_ppc_altivec cpu_flags_x86_sse RDEPEND=" dev-cpp/cairomm:0 dev-cpp/glibmm:2 + dev-cpp/pangomm:1.4 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 2ca2d1289f3c..41e34da807d6 100644 --- a/media-sound/ardour/ardour-9999.ebuild +++ b/media-sound/ardour/ardour-9999.ebuild @@ -27,6 +27,7 @@ IUSE="doc jack nls phonehome pulseaudio cpu_flags_ppc_altivec cpu_flags_x86_sse RDEPEND=" dev-cpp/cairomm:0 dev-cpp/glibmm:2 + dev-cpp/pangomm:1.4 dev-libs/boost:= dev-libs/glib:2 dev-libs/libsigc++:2