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 EB3AF15802F for ; Fri, 10 Mar 2023 12:54:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45610E0827; Fri, 10 Mar 2023 12:54: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DEBEE0827 for ; Fri, 10 Mar 2023 12:54: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 2AFB1340AD2 for ; Fri, 10 Mar 2023 12:54:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A548921 for ; Fri, 10 Mar 2023 12:54: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: <1678452847.081ce43c0fc4c512ac7da6d88173e748f0b0c17b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/proj/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/proj/proj-9.2.0.ebuild X-VCS-Directories: sci-libs/proj/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 081ce43c0fc4c512ac7da6d88173e748f0b0c17b X-VCS-Branch: master Date: Fri, 10 Mar 2023 12:54: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: 8f9ef395-3f4b-4a0e-83cc-ec6777bcce78 X-Archives-Hash: 197cbc20a0b0ccbd810e51a65acbaec1 commit: 081ce43c0fc4c512ac7da6d88173e748f0b0c17b Author: Sam James gentoo org> AuthorDate: Fri Mar 10 12:53:48 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 10 12:54:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081ce43c sci-libs/proj: drop leftover unconditional BUILD_BENCHMARKS Closes: https://bugs.gentoo.org/900719 Bug: https://bugs.gentoo.org/900717 Fixes: 349ac256c44fb15a2fa5f13305179192a27a2e8f Signed-off-by: Sam James gentoo.org> sci-libs/proj/proj-9.2.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sci-libs/proj/proj-9.2.0.ebuild b/sci-libs/proj/proj-9.2.0.ebuild index 367d9f835f46..35f102a7e1a0 100644 --- a/sci-libs/proj/proj-9.2.0.ebuild +++ b/sci-libs/proj/proj-9.2.0.ebuild @@ -44,7 +44,6 @@ src_configure() { local mycmakeargs=( -DBUILD_TESTING=$(usex test) -DBUILD_PROJSYNC=$(usex curl) - -DBUILD_BENCHMARKS=OFF -DENABLE_CURL=$(usex curl) -DENABLE_TIFF=$(usex tiff) )