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 9C301158042 for ; Mon, 4 Nov 2024 18:40:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22898E08CE; Mon, 4 Nov 2024 18:39:58 +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 05F29E08CE for ; Mon, 4 Nov 2024 18:39:58 +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 264D2342FE5 for ; Mon, 4 Nov 2024 18:39:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAA452145 for ; Mon, 4 Nov 2024 18:39:53 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1730745514.e3bf7abe8d985ac47508c3c62276959b8ab5cb67.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/marco/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/marco/marco-1.28.1-r1.ebuild x11-wm/marco/marco-1.28.1-r2.ebuild X-VCS-Directories: x11-wm/marco/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e3bf7abe8d985ac47508c3c62276959b8ab5cb67 X-VCS-Branch: master Date: Mon, 4 Nov 2024 18:39:53 +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: 2214efb1-f05d-4af8-ab77-2d0f74224dde X-Archives-Hash: 25346b79b4646de214fe62e940a6cd00 commit: e3bf7abe8d985ac47508c3c62276959b8ab5cb67 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 17 19:52:02 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 4 18:38:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3bf7abe x11-wm/marco: Depend on libcanberra-gtk3 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-wm/marco/{marco-1.28.1-r1.ebuild => marco-1.28.1-r2.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-wm/marco/marco-1.28.1-r1.ebuild b/x11-wm/marco/marco-1.28.1-r2.ebuild similarity index 95% rename from x11-wm/marco/marco-1.28.1-r1.ebuild rename to x11-wm/marco/marco-1.28.1-r2.ebuild index 71e4d7061996..b4b18d3de582 100644 --- a/x11-wm/marco/marco-1.28.1-r1.ebuild +++ b/x11-wm/marco/marco-1.28.1-r2.ebuild @@ -27,7 +27,10 @@ COMMON_DEPEND=" >=dev-libs/glib-2.58:2 >=gnome-base/libgtop-2:2= >=mate-base/mate-desktop-$(ver_cut 1-2) - media-libs/libcanberra[gtk3] + || ( + media-libs/libcanberra-gtk3 + media-libs/libcanberra[gtk3(-)] + ) x11-libs/cairo >=x11-libs/pango-1.2[X] x11-libs/gdk-pixbuf:2