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 5DF9D158042 for ; Mon, 4 Nov 2024 18:39:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A916E0884; Mon, 4 Nov 2024 18:39:55 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30DBAE0884 for ; Mon, 4 Nov 2024 18:39:55 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17A3B342FB0 for ; Mon, 4 Nov 2024 18:39:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CC6D1CA7 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: <1730745511.d32294b66977e5c60a529da7010ae77a4bd4f78c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/balsa/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/balsa/balsa-2.6.4-r1.ebuild mail-client/balsa/balsa-2.6.4.ebuild X-VCS-Directories: mail-client/balsa/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d32294b66977e5c60a529da7010ae77a4bd4f78c 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: bea4d818-8828-40a5-a411-ead6d815c740 X-Archives-Hash: 130d25a9962b2093c04e617cf6c85656 commit: d32294b66977e5c60a529da7010ae77a4bd4f78c Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 17 19:39:19 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 4 18:38:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d32294b6 mail-client/balsa: Depend on libcanberra-gtk3 Signed-off-by: Andreas Sturmlechner gentoo.org> mail-client/balsa/{balsa-2.6.4.ebuild => balsa-2.6.4-r1.ebuild} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mail-client/balsa/balsa-2.6.4.ebuild b/mail-client/balsa/balsa-2.6.4-r1.ebuild similarity index 95% rename from mail-client/balsa/balsa-2.6.4.ebuild rename to mail-client/balsa/balsa-2.6.4-r1.ebuild index 38e39ed24fb4..611aeb8d5c04 100644 --- a/mail-client/balsa/balsa-2.6.4.ebuild +++ b/mail-client/balsa/balsa-2.6.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -35,7 +35,10 @@ DEPEND=" kerberos? ( app-crypt/mit-krb5 ) xface? ( >=media-libs/compface-1.5.1:= ) gnome? ( x11-libs/gtksourceview:4 ) - media-libs/libcanberra[gtk3] + || ( + media-libs/libcanberra-gtk3 + media-libs/libcanberra[gtk3(-)] + ) keyring? ( app-crypt/libsecret ) >=app-text/gspell-1.6:0=