From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6630B1384B4 for ; Sun, 6 Dec 2015 05:45:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E77B21C058; Sun, 6 Dec 2015 05:45:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8EC521C058 for ; Sun, 6 Dec 2015 05:45:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9245F340775 for ; Sun, 6 Dec 2015 05:45:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0E70A3F for ; Sun, 6 Dec 2015 05:45:50 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1449381195.0e559eb7916f17470f3f5cb3bdd85d5637961230.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libmicrohttpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libmicrohttpd/libmicrohttpd-0.9.47.ebuild X-VCS-Directories: net-libs/libmicrohttpd/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 0e559eb7916f17470f3f5cb3bdd85d5637961230 X-VCS-Branch: master Date: Sun, 6 Dec 2015 05:45:50 +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-Archives-Salt: 0369ea97-2355-4c28-b181-d1a27bb04488 X-Archives-Hash: bc346f384dc84433f38c7329583e8fa5 commit: 0e559eb7916f17470f3f5cb3bdd85d5637961230 Author: Anthony G. Basile gentoo org> AuthorDate: Sun Dec 6 05:51:35 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Dec 6 05:53:15 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e559eb7 net-libs/libmicrohttpd: remove --disable-spdy, bug #567620. Package-Manager: portage-2.2.20.1 net-libs/libmicrohttpd/libmicrohttpd-0.9.47.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.47.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.47.ebuild index a988b4a..6133df5 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.47.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.47.ebuild @@ -36,7 +36,6 @@ src_configure() { --enable-bauth \ --enable-dauth \ --disable-examples \ - --disable-spdy \ --enable-postprocessor \ --runstatedir=/run \ $(use_enable epoll) \