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 492C4158042 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 1DDEFE08CA; 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 02256E08CA 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 1F070342FAE 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 A8462213D 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.3a47bb24fac3d7f1dcb022893a015d070f7dcc2d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/mate-notification-daemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.0-r1.ebuild x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.0.ebuild x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.1-r1.ebuild x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.1.ebuild X-VCS-Directories: x11-misc/mate-notification-daemon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3a47bb24fac3d7f1dcb022893a015d070f7dcc2d 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: fb11cc4f-d9fd-4f81-bda5-e389d5129806 X-Archives-Hash: c088f9daab4dd09ae313d18d6e1ea1c2 commit: 3a47bb24fac3d7f1dcb022893a015d070f7dcc2d Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 17 19:50:51 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=3a47bb24 x11-misc/mate-notification-daemon: Depend on libcanberra-gtk3 Signed-off-by: Andreas Sturmlechner gentoo.org> ...aemon-1.28.0.ebuild => mate-notification-daemon-1.28.0-r1.ebuild} | 5 ++++- ...aemon-1.28.1.ebuild => mate-notification-daemon-1.28.1-r1.ebuild} | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.0.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.0-r1.ebuild similarity index 93% rename from x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.0.ebuild rename to x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.0-r1.ebuild index 1e98ba05c820..453b6e1b77f3 100644 --- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.0.ebuild +++ b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.0-r1.ebuild @@ -27,7 +27,10 @@ COMMON_DEPEND="dev-libs/atk >=x11-libs/gdk-pixbuf-2.22:2 >=x11-libs/libnotify-0.7 >=x11-libs/gtk+-3.22:3 - >=media-libs/libcanberra-0.4:0[gtk3] + || ( + media-libs/libcanberra-gtk3 + >=media-libs/libcanberra-0.4[gtk3(-)] + ) X? ( x11-libs/libX11 >=x11-libs/libwnck-3:3 diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.1.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.1-r1.ebuild similarity index 93% rename from x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.1.ebuild rename to x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.1-r1.ebuild index f6253524a304..820557ef8b5a 100644 --- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.1.ebuild +++ b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.1-r1.ebuild @@ -27,7 +27,10 @@ COMMON_DEPEND=">=app-accessibility/at-spi2-core-2.46.0 >=x11-libs/gdk-pixbuf-2.22:2 >=x11-libs/libnotify-0.7 >=x11-libs/gtk+-3.22:3 - >=media-libs/libcanberra-0.4:0[gtk3] + || ( + media-libs/libcanberra-gtk3 + >=media-libs/libcanberra-0.4[gtk3(-)] + ) X? ( x11-libs/libX11 >=x11-libs/libwnck-3:3