diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-06-12 10:07:45 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-06-12 10:47:38 +0200 |
commit | 7a952f587b48ac39e03773d8146530960d5864ca (patch) | |
tree | 31db1df163c2bca8eedf0b132f86672ab04b506d /net-libs/nghttp2/nghttp2-9999.ebuild | |
parent | net-libs/nghttp2: Removed old. (diff) | |
download | gentoo-7a952f587b48ac39e03773d8146530960d5864ca.tar.gz gentoo-7a952f587b48ac39e03773d8146530960d5864ca.tar.bz2 gentoo-7a952f587b48ac39e03773d8146530960d5864ca.zip |
net-libs/nghttp2: Minor adjustments
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-libs/nghttp2/nghttp2-9999.ebuild')
-rw-r--r-- | net-libs/nghttp2/nghttp2-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild index 0950bfb1def2..92ac11a357a6 100644 --- a/net-libs/nghttp2/nghttp2-9999.ebuild +++ b/net-libs/nghttp2/nghttp2-9999.ebuild @@ -53,9 +53,9 @@ multilib_src_configure() { local myeconfargs=( --disable-examples --disable-failmalloc + --disable-python-bindings --disable-werror --without-cython - --disable-python-bindings $(use_enable cxx asio-lib) $(use_enable debug) $(multilib_native_use_enable hpack-tools) |