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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08CDA15808B for ; Tue, 12 Apr 2022 03:15:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDC26E0950; Tue, 12 Apr 2022 03:15: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 36DC1E0950 for ; Tue, 12 Apr 2022 03:15: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 274BE34124B for ; Tue, 12 Apr 2022 03:15:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B99B318 for ; Tue, 12 Apr 2022 03:15:53 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1649733344.65b51a8d7cc4ee7d3aa238e968c17eca331133c0.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/claws-mail/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/claws-mail/claws-mail-3.18.0-r2.ebuild mail-client/claws-mail/claws-mail-3.18.0-r3.ebuild mail-client/claws-mail/claws-mail-3.19.0-r1.ebuild mail-client/claws-mail/claws-mail-3.19.0.ebuild mail-client/claws-mail/claws-mail-9999.ebuild X-VCS-Directories: mail-client/claws-mail/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 65b51a8d7cc4ee7d3aa238e968c17eca331133c0 X-VCS-Branch: master Date: Tue, 12 Apr 2022 03:15: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: 774194dd-862a-4dda-b871-8c0f60904ae1 X-Archives-Hash: 5a6181b0ff8261ab96b457721fc8bade commit: 65b51a8d7cc4ee7d3aa238e968c17eca331133c0 Author: Matt Turner gentoo org> AuthorDate: Tue Apr 12 03:08:54 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Apr 12 03:15:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b51a8d mail-client/claws-mail: Update for libcanberra USE=gtk2 Bug: https://bugs.gentoo.org/774918 Bug: https://bugs.gentoo.org/811531 Signed-off-by: Matt Turner gentoo.org> .../{claws-mail-3.18.0-r2.ebuild => claws-mail-3.18.0-r3.ebuild} | 2 +- .../{claws-mail-3.19.0.ebuild => claws-mail-3.19.0-r1.ebuild} | 2 +- mail-client/claws-mail/claws-mail-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mail-client/claws-mail/claws-mail-3.18.0-r2.ebuild b/mail-client/claws-mail/claws-mail-3.18.0-r3.ebuild similarity index 99% rename from mail-client/claws-mail/claws-mail-3.18.0-r2.ebuild rename to mail-client/claws-mail/claws-mail-3.18.0-r3.ebuild index 3458689be8e8..59fba3250567 100644 --- a/mail-client/claws-mail/claws-mail-3.18.0-r2.ebuild +++ b/mail-client/claws-mail/claws-mail-3.18.0-r3.ebuild @@ -68,7 +68,7 @@ COMMONDEPEND=" notification? ( dev-libs/glib:2 appindicator? ( dev-libs/libindicate:3[gtk] ) - libcanberra? ( media-libs/libcanberra[gtk] ) + libcanberra? ( media-libs/libcanberra[gtk2] ) libnotify? ( x11-libs/libnotify ) ) pdf? ( app-text/poppler[cairo] ) diff --git a/mail-client/claws-mail/claws-mail-3.19.0.ebuild b/mail-client/claws-mail/claws-mail-3.19.0-r1.ebuild similarity index 99% rename from mail-client/claws-mail/claws-mail-3.19.0.ebuild rename to mail-client/claws-mail/claws-mail-3.19.0-r1.ebuild index b949c8576708..9da3c7fb4cda 100644 --- a/mail-client/claws-mail/claws-mail-3.19.0.ebuild +++ b/mail-client/claws-mail/claws-mail-3.19.0-r1.ebuild @@ -68,7 +68,7 @@ COMMONDEPEND=" notification? ( dev-libs/glib:2 appindicator? ( dev-libs/libindicate:3[gtk] ) - libcanberra? ( media-libs/libcanberra[gtk] ) + libcanberra? ( media-libs/libcanberra[gtk2] ) libnotify? ( x11-libs/libnotify ) ) pdf? ( app-text/poppler[cairo] ) diff --git a/mail-client/claws-mail/claws-mail-9999.ebuild b/mail-client/claws-mail/claws-mail-9999.ebuild index 741739274283..20a455e49b3c 100644 --- a/mail-client/claws-mail/claws-mail-9999.ebuild +++ b/mail-client/claws-mail/claws-mail-9999.ebuild @@ -74,7 +74,7 @@ COMMONDEPEND=" appindicator? ( dev-libs/libindicate:3[gtk] ) libcanberra? ( !gtk2? ( media-libs/libcanberra[gtk3] ) - gtk2? ( media-libs/libcanberra[gtk] ) + gtk2? ( media-libs/libcanberra[gtk2] ) ) libnotify? ( x11-libs/libnotify ) )