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 C83D8158042 for ; Mon, 4 Nov 2024 18:39:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C5E6E0899; Mon, 4 Nov 2024 18:39:56 +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 7D77CE0899 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 99962342FE5 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 F109E1E89 for ; Mon, 4 Nov 2024 18:39:52 +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: <1730745512.26817e8661cfe4762cd896c63e4de1cace48f256.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-power-manager/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/mate-power-manager/mate-power-manager-1.28.1-r1.ebuild mate-extra/mate-power-manager/mate-power-manager-1.28.1.ebuild X-VCS-Directories: mate-extra/mate-power-manager/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 26817e8661cfe4762cd896c63e4de1cace48f256 X-VCS-Branch: master Date: Mon, 4 Nov 2024 18:39:52 +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: 7e570e36-dd2b-485b-9af7-2c0c66b783c1 X-Archives-Hash: 47884f8576c52290c26f8dd958c869a1 commit: 26817e8661cfe4762cd896c63e4de1cace48f256 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 17 19:42:33 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 4 18:38:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26817e86 mate-extra/mate-power-manager: Depend on libcanberra-gtk3 Signed-off-by: Andreas Sturmlechner gentoo.org> ...wer-manager-1.28.1.ebuild => mate-power-manager-1.28.1-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.28.1.ebuild b/mate-extra/mate-power-manager/mate-power-manager-1.28.1-r1.ebuild similarity index 94% rename from mate-extra/mate-power-manager/mate-power-manager-1.28.1.ebuild rename to mate-extra/mate-power-manager/mate-power-manager-1.28.1-r1.ebuild index cfcf53816de6..947a3e9b9c84 100644 --- a/mate-extra/mate-power-manager/mate-power-manager-1.28.1.ebuild +++ b/mate-extra/mate-power-manager/mate-power-manager-1.28.1-r1.ebuild @@ -22,7 +22,10 @@ RESTRICT="test" COMMON_DEPEND=" >=dev-libs/dbus-glib-0.70 >=dev-libs/glib-2.50:2 - >=media-libs/libcanberra-0.10:0[gtk3] + || ( + media-libs/libcanberra-gtk3 + >=media-libs/libcanberra-0.10[gtk3(-)] + ) >=sys-apps/dbus-1 >=sys-power/upower-0.99.8:= >=x11-apps/xrandr-1.3