Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/i2pd/
Date: Wed, 27 Sep 2017 06:26:24
Message-Id: 1506493424.5b10e387f08d002da5eae39ed70b28386bdee7fd.blueness@gentoo
1 commit: 5b10e387f08d002da5eae39ed70b28386bdee7fd
2 Author: Alexey Korepanov <kaikaikai <AT> yandex <DOT> ru>
3 AuthorDate: Tue Sep 26 18:50:40 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 27 06:23:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b10e387
7
8 net-vpn/i2pd: drop pch use flag
9
10 net-vpn/i2pd/i2pd-2.15.0.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/net-vpn/i2pd/i2pd-2.15.0.ebuild b/net-vpn/i2pd/i2pd-2.15.0.ebuild
14 index e1cd433f275..4dbcc37bd00 100644
15 --- a/net-vpn/i2pd/i2pd-2.15.0.ebuild
16 +++ b/net-vpn/i2pd/i2pd-2.15.0.ebuild
17 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/PurpleI2P/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
18 LICENSE="BSD"
19 SLOT="0"
20 KEYWORDS="~amd64 ~arm ~x86"
21 -IUSE="cpu_flags_x86_aes i2p-hardening libressl pch static +upnp websocket"
22 +IUSE="cpu_flags_x86_aes i2p-hardening libressl static +upnp websocket"
23
24 RDEPEND="!static? ( >=dev-libs/boost-1.49[threads]
25 !libressl? ( dev-libs/openssl:0[-bindist] )
26 @@ -39,7 +39,7 @@ src_configure() {
27 mycmakeargs=(
28 -DWITH_AESNI=$(usex cpu_flags_x86_aes ON OFF)
29 -DWITH_HARDENING=$(usex i2p-hardening ON OFF)
30 - -DWITH_PCH=$(usex pch ON OFF)
31 + -DWITH_PCH=OFF
32 -DWITH_STATIC=$(usex static ON OFF)
33 -DWITH_UPNP=$(usex upnp ON OFF)
34 -DWITH_WEBSOCKETS=$(usex websocket ON OFF)