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 1E3C9158094 for ; Sat, 25 Jun 2022 04:15:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3E78E07C5; Sat, 25 Jun 2022 04:15:48 +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 8A371E07C5 for ; Sat, 25 Jun 2022 04:15:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6F0B33417BA for ; Sat, 25 Jun 2022 04:15:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC273471 for ; Sat, 25 Jun 2022 04:15:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1656128528.3df61d451dd4b745c5ca27a133620e775c097047.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/dbmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/dbmail/dbmail-3.2.3-r5.ebuild net-mail/dbmail/dbmail-3.2.5-r2.ebuild X-VCS-Directories: net-mail/dbmail/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3df61d451dd4b745c5ca27a133620e775c097047 X-VCS-Branch: master Date: Sat, 25 Jun 2022 04:15:45 +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: e313509c-9b94-4a9f-a7a1-2e1be5551ff9 X-Archives-Hash: 9dccc28af4bd6f77a17aea6263711674 commit: 3df61d451dd4b745c5ca27a133620e775c097047 Author: Cristian Othón Martínez Vera cfuga mx> AuthorDate: Sat Jun 25 03:41:51 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 25 03:42:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df61d45 net-mail/dbmail: fix musl build Closes: https://bugs.gentoo.org/829574 Signed-off-by: Sam James gentoo.org> Signed-off-by: Cristian Othón Martínez Vera cfuga.mx> net-mail/dbmail/dbmail-3.2.3-r5.ebuild | 3 ++- net-mail/dbmail/dbmail-3.2.5-r2.ebuild | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/net-mail/dbmail/dbmail-3.2.3-r5.ebuild b/net-mail/dbmail/dbmail-3.2.3-r5.ebuild index edabceb37645..50a1edf5ed0b 100644 --- a/net-mail/dbmail/dbmail-3.2.3-r5.ebuild +++ b/net-mail/dbmail/dbmail-3.2.3-r5.ebuild @@ -31,7 +31,8 @@ RDEPEND=" ssl? ( dev-libs/openssl:= )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + elibc_musl? ( sys-libs/queue-standalone )" BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${P}-fno-common.patch ) diff --git a/net-mail/dbmail/dbmail-3.2.5-r2.ebuild b/net-mail/dbmail/dbmail-3.2.5-r2.ebuild index 17e33e79a6f2..0c48f3c6305c 100644 --- a/net-mail/dbmail/dbmail-3.2.5-r2.ebuild +++ b/net-mail/dbmail/dbmail-3.2.5-r2.ebuild @@ -18,6 +18,7 @@ DEPEND="dev-db/libzdb sieve? ( >=mail-filter/libsieve-2.2.1 ) ldap? ( >=net-nds/openldap-2.3.33:= ) jemalloc? ( dev-libs/jemalloc:= ) + elibc_musl? ( sys-libs/queue-standalone ) app-text/asciidoc app-text/xmlto app-crypt/mhash @@ -32,6 +33,7 @@ DEPEND="dev-db/libzdb RDEPEND="${DEPEND} acct-group/dbmail acct-user/dbmail" +DEPEND+=" elibc_musl? ( sys-libs/queue-standalone )" DOCS=( AUTHORS README.md INSTALL THANKS UPGRADING ) README_GENTOO_SUFFIX=""