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 223E2158041 for ; Fri, 12 Apr 2024 07:39:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 135D1E29F3; Fri, 12 Apr 2024 07:39:17 +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 E4A82E29F3 for ; Fri, 12 Apr 2024 07:39:16 +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 E591E34312B for ; Fri, 12 Apr 2024 07:39:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31ACD16B7 for ; Fri, 12 Apr 2024 07:39:14 +0000 (UTC) From: "Hanno Böck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Böck" Message-ID: <1712907503.900d217f2adc9f7f426a071d1cd69396aee2b4ec.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/courier/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/courier/courier-1.3.5.ebuild X-VCS-Directories: mail-mta/courier/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: 900d217f2adc9f7f426a071d1cd69396aee2b4ec X-VCS-Branch: master Date: Fri, 12 Apr 2024 07:39:14 +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: 3fc40197-cd60-42ba-a5b7-a0c22d6b6073 X-Archives-Hash: 1f21c73a9e5e3ac18817f42ec11f0c0a commit: 900d217f2adc9f7f426a071d1cd69396aee2b4ec Author: Hanno Böck gentoo org> AuthorDate: Fri Apr 12 07:38:23 2024 +0000 Commit: Hanno Böck gentoo org> CommitDate: Fri Apr 12 07:38:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=900d217f mail-mta/courier: Don't symlink sendmail on merge-usr Closes: https://bugs.gentoo.org/928079 Signed-off-by: Hanno Böck gentoo.org> mail-mta/courier/courier-1.3.5.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mail-mta/courier/courier-1.3.5.ebuild b/mail-mta/courier/courier-1.3.5.ebuild index 89f704baf1d2..14b510207a1a 100644 --- a/mail-mta/courier/courier-1.3.5.ebuild +++ b/mail-mta/courier/courier-1.3.5.ebuild @@ -13,7 +13,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" IUSE="postgres ldap mysql pam nls ipv6 spell fax crypt norewrite \ - fam web webmail gnutls" + fam web webmail gnutls split-usr" DEPEND=" >=net-libs/courier-authlib-0.72.1 @@ -232,7 +232,9 @@ src_install() { # users should be able to send mail. Could be restricted with suictl. chmod u+s "${D}/usr/bin/sendmail" - dosym ../bin/sendmail /usr/sbin/sendmail + if use split-usr; then + dosym ../bin/sendmail /usr/sbin/sendmail + fi } src_test() {