commit: 1652c40d666a13f86d8d10cb37d62b6493d5c348 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Wed May 25 06:57:01 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> 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 <flow <AT> 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