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 C5610158041 for ; Sun, 25 Feb 2024 13:36:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7472CE29D0; Sun, 25 Feb 2024 13:36:21 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55A26E29CD for ; Sun, 25 Feb 2024 13:36:21 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6044333D3C2 for ; Sun, 25 Feb 2024 13:36:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9DBB14C9 for ; Sun, 25 Feb 2024 13:36: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: <1708867702.96c619bff22cb6dea215eaf3450667cb1ba324bc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xapian/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xapian/xapian-1.4.24.ebuild X-VCS-Directories: dev-libs/xapian/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 96c619bff22cb6dea215eaf3450667cb1ba324bc X-VCS-Branch: master Date: Sun, 25 Feb 2024 13:36: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: 8fae1a71-fc5d-4b44-bafa-9cd9a1a24911 X-Archives-Hash: 5e3d8641c30587b4a5c27002fa677a97 commit: 96c619bff22cb6dea215eaf3450667cb1ba324bc Author: Sam James gentoo org> AuthorDate: Sun Feb 25 13:28:22 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 25 13:28:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c619bf dev-libs/xapian: explicitly pass --disable-werror Signed-off-by: Sam James gentoo.org> dev-libs/xapian/xapian-1.4.24.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/xapian/xapian-1.4.24.ebuild b/dev-libs/xapian/xapian-1.4.24.ebuild index 6cdb011f6f3d..dc4d3f009870 100644 --- a/dev-libs/xapian/xapian-1.4.24.ebuild +++ b/dev-libs/xapian/xapian-1.4.24.ebuild @@ -35,6 +35,7 @@ src_configure() { local -a myconf=( --docdir="${EPREFIX}"/usr/share/doc/${PF}/html + --disable-werror --enable-backend-chert --enable-backend-glass --enable-backend-inmemory