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 0729D15808B for ; Wed, 23 Feb 2022 13:31:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 334FCE0867; Wed, 23 Feb 2022 13:31:23 +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 1962FE0867 for ; Wed, 23 Feb 2022 13:31:23 +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 E1282342CFD for ; Wed, 23 Feb 2022 13:31:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E65E3D0 for ; Wed, 23 Feb 2022 13:31:18 +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: <1645622909.76cdfec1fc3e45daae3f56a9c68b016ea1af6c4f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cyrus-sasl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/cyrus-sasl/cyrus-sasl-2.1.28-r1.ebuild X-VCS-Directories: dev-libs/cyrus-sasl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 76cdfec1fc3e45daae3f56a9c68b016ea1af6c4f X-VCS-Branch: master Date: Wed, 23 Feb 2022 13:31:18 +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: 4c54502e-45b8-4244-8ba3-0a875798db8c X-Archives-Hash: 5a3d22875827174e6a63f8a3983f55b6 commit: 76cdfec1fc3e45daae3f56a9c68b016ea1af6c4f Author: Sam James gentoo org> AuthorDate: Wed Feb 23 06:44:16 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 23 13:28:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76cdfec1 dev-libs/cyrus-sasl: link to upstream bug for sasldir Signed-off-by: Sam James gentoo.org> dev-libs/cyrus-sasl/cyrus-sasl-2.1.28-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.28-r1.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.28-r1.ebuild index 35c729de449e..5da974a10707 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.28-r1.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.28-r1.ebuild @@ -49,6 +49,7 @@ src_prepare() { default # Use plugindir for sasldir + # https://github.com/cyrusimap/cyrus-sasl/issues/339 (I think) sed -i '/^sasldir =/s:=.*:= $(plugindir):' \ "${S}"/plugins/Makefile.{am,in} || die "sed failed"