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 B2923158010 for ; Wed, 4 Jan 2023 05:50:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8348E07C7; Wed, 4 Jan 2023 05:50:51 +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 8AFA0E0636 for ; Wed, 4 Jan 2023 05:50:51 +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 7FA12340E82 for ; Wed, 4 Jan 2023 05:50:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A52267DE for ; Wed, 4 Jan 2023 05:50:48 +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: <1672811290.a3f9e9a6627cc9c176498cee7226155633ba735d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/rspamd/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/rspamd/rspamd-3.4-r1.ebuild mail-filter/rspamd/rspamd-3.4-r2.ebuild X-VCS-Directories: mail-filter/rspamd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a3f9e9a6627cc9c176498cee7226155633ba735d X-VCS-Branch: master Date: Wed, 4 Jan 2023 05:50:48 +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: d648afd2-a9fc-46e1-a368-e4292964a77d X-Archives-Hash: 3c03f3e9a0dbe169a792f8ba310497cd commit: a3f9e9a6627cc9c176498cee7226155633ba735d Author: Petr Vaněk atlas cz> AuthorDate: Mon Jan 2 08:57:06 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 4 05:48:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f9e9a6 mail-filter/rspamd: respect libdir Closes: https://bugs.gentoo.org/887591 Signed-off-by: Petr Vaněk atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/28933 Signed-off-by: Sam James gentoo.org> mail-filter/rspamd/{rspamd-3.4-r1.ebuild => rspamd-3.4-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail-filter/rspamd/rspamd-3.4-r1.ebuild b/mail-filter/rspamd/rspamd-3.4-r2.ebuild similarity index 97% rename from mail-filter/rspamd/rspamd-3.4-r1.ebuild rename to mail-filter/rspamd/rspamd-3.4-r2.ebuild index fc1664f05a6d..5f557fe50711 100644 --- a/mail-filter/rspamd/rspamd-3.4-r1.ebuild +++ b/mail-filter/rspamd/rspamd-3.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -92,6 +92,7 @@ src_configure() { -DRUNDIR=/var/run/rspamd -DDBDIR=/var/lib/rspamd -DLOGDIR=/var/log/rspamd + -DLIBDIR="/usr/$(get_libdir)/rspamd" -DSYSTEM_DOCTEST=ON -DSYSTEM_FMT=ON