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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A07F1581F3 for ; Sun, 1 Dec 2024 11:45:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CF8FE0805; Sun, 1 Dec 2024 11:45:40 +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 BA791E07F6 for ; Sun, 1 Dec 2024 11:45:39 +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 CA8F6341939 for ; Sun, 1 Dec 2024 11:45:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 210EF1E75 for ; Sun, 1 Dec 2024 11:45:37 +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: <1733053468.f07b4bc38476892be7c5fce140b3dc116e8a5843.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/geos/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/geos/geos-3.12.1.ebuild X-VCS-Directories: sci-libs/geos/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f07b4bc38476892be7c5fce140b3dc116e8a5843 X-VCS-Branch: master Date: Sun, 1 Dec 2024 11:45:37 +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: 82245931-95a7-4b07-ae1d-7e89f386ba46 X-Archives-Hash: 482e62f104d1414a183b9b2fdfd90449 commit: f07b4bc38476892be7c5fce140b3dc116e8a5843 Author: Filip Kobierski pm me> AuthorDate: Mon Nov 25 21:23:11 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 1 11:44:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07b4bc3 sci-libs/geos: drop ignored cmakearg was ignored anyway so no code is changed Closes: https://bugs.gentoo.org/925107 Signed-off-by: Filip Kobierski pm.me> Signed-off-by: Sam James gentoo.org> sci-libs/geos/geos-3.12.1.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/sci-libs/geos/geos-3.12.1.ebuild b/sci-libs/geos/geos-3.12.1.ebuild index 28aa46b4d863..d79086d95a41 100644 --- a/sci-libs/geos/geos-3.12.1.ebuild +++ b/sci-libs/geos/geos-3.12.1.ebuild @@ -27,9 +27,6 @@ src_configure() { -DBUILD_DOCUMENTATION=$(usex doc) -DBUILD_TESTING=$(usex test) -DUSE_CCACHE=OFF - - # bug #709368 - $(usev arm '-DDISABLE_GEOS_INLINE=ON') ) cmake_src_configure