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 E20CA158090 for ; Wed, 25 May 2022 07:03:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17A61E08FF; Wed, 25 May 2022 07:03:46 +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 E2001E08FF for ; Wed, 25 May 2022 07:03:45 +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 C14173417E3 for ; Wed, 25 May 2022 07:03:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BCD034E for ; Wed, 25 May 2022 07:03:43 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1653462211.1652c40d666a13f86d8d10cb37d62b6493d5c348.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/i2pd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/i2pd/i2pd-2.41.0.ebuild X-VCS-Directories: net-vpn/i2pd/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 1652c40d666a13f86d8d10cb37d62b6493d5c348 X-VCS-Branch: master Date: Wed, 25 May 2022 07:03:43 +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: d11265c0-2d3c-4393-a120-5f26b76e8232 X-Archives-Hash: 3d067c7512c460704a6f5adf7c19183b commit: 1652c40d666a13f86d8d10cb37d62b6493d5c348 Author: Florian Schmaus gentoo org> AuthorDate: Wed May 25 06:57:01 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed May 25 07:03:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1652c40d net-vpn/i2pd: remove unused WITH_PCH CMake variable WITH_PCH was removed upstream in a272a2cb7eed ("[cmake] update min version, drop PCH"). Closes: https://bugs.gentoo.org/836746 Signed-off-by: Florian Schmaus gentoo.org> net-vpn/i2pd/i2pd-2.41.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-vpn/i2pd/i2pd-2.41.0.ebuild b/net-vpn/i2pd/i2pd-2.41.0.ebuild index 106e5d800df4..5306c078013b 100644 --- a/net-vpn/i2pd/i2pd-2.41.0.ebuild +++ b/net-vpn/i2pd/i2pd-2.41.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -37,7 +37,6 @@ src_configure() { local mycmakeargs=( -DWITH_AESNI=$(usex cpu_flags_x86_aes ON OFF) -DWITH_HARDENING=$(usex i2p-hardening ON OFF) - -DWITH_PCH=OFF -DWITH_STATIC=OFF -DWITH_UPNP=$(usex upnp ON OFF) -DWITH_LIBRARY=ON