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 007A2158042 for ; Mon, 4 Nov 2024 18:39:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01C85E089F; Mon, 4 Nov 2024 18:39:57 +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 DC86DE089F for ; Mon, 4 Nov 2024 18:39:56 +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 AF15F34301D for ; Mon, 4 Nov 2024 18:39:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 245B31F41 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: <1730745513.e0c02a50a6bc45d832c854dca5a82898696e389c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/mate-utils/mate-utils-1.28.0-r1.ebuild mate-extra/mate-utils/mate-utils-1.28.0.ebuild X-VCS-Directories: mate-extra/mate-utils/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e0c02a50a6bc45d832c854dca5a82898696e389c 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: 4638acfa-6fa4-485d-b485-a0091e17d42e X-Archives-Hash: 81926a893c8d87b0888bde0b86b65b44 commit: e0c02a50a6bc45d832c854dca5a82898696e389c Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 17 19:44:32 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 4 18:38:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c02a50 mate-extra/mate-utils: Depend on libcanberra-gtk3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{mate-utils-1.28.0.ebuild => mate-utils-1.28.0-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mate-extra/mate-utils/mate-utils-1.28.0.ebuild b/mate-extra/mate-utils/mate-utils-1.28.0-r1.ebuild similarity index 94% rename from mate-extra/mate-utils/mate-utils-1.28.0.ebuild rename to mate-extra/mate-utils/mate-utils-1.28.0-r1.ebuild index a7145fa777ed..506210303613 100644 --- a/mate-extra/mate-utils/mate-utils-1.28.0.ebuild +++ b/mate-extra/mate-utils/mate-utils-1.28.0-r1.ebuild @@ -23,7 +23,10 @@ COMMON_DEPEND=" >=app-accessibility/at-spi2-core-2.46.0 >=dev-libs/glib-2.50:2 >=gnome-base/libgtop-2.12:2= - >=media-libs/libcanberra-0.4[gtk3] + || ( + media-libs/libcanberra-gtk3 + >=media-libs/libcanberra-0.4[gtk3(-)] + ) sys-libs/zlib x11-libs/cairo x11-libs/gdk-pixbuf:2