diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-05-25 08:57:01 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-05-25 09:03:31 +0200 |
commit | 1652c40d666a13f86d8d10cb37d62b6493d5c348 (patch) | |
tree | d9f60260c5d666228da842d70ca47b3e773d26b2 /net-vpn | |
parent | games-emulation/pcsx2: update live (diff) | |
download | gentoo-1652c40d666a13f86d8d10cb37d62b6493d5c348.tar.gz gentoo-1652c40d666a13f86d8d10cb37d62b6493d5c348.tar.bz2 gentoo-1652c40d666a13f86d8d10cb37d62b6493d5c348.zip |
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@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/i2pd/i2pd-2.41.0.ebuild | 3 |
1 files changed, 1 insertions, 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 |