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 7DF971384B4 for ; Mon, 14 Dec 2015 12:40:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6526E21C03C; Mon, 14 Dec 2015 12:40:00 +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 D541621C03C for ; Mon, 14 Dec 2015 12:39:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69C20340836 for ; Mon, 14 Dec 2015 12:39:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC1A6A3F for ; Mon, 14 Dec 2015 12:39:51 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1450096777.a740d93a05bf8823ebaac41ecbb0e55c1bc4c824.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/apache/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/apache/apache-2.4.18.ebuild X-VCS-Directories: www-servers/apache/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a740d93a05bf8823ebaac41ecbb0e55c1bc4c824 X-VCS-Branch: master Date: Mon, 14 Dec 2015 12:39:51 +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: 4739f9e0-10f9-47ac-ab00-1a403661c6fc X-Archives-Hash: a727c7f02aec8a499742a9a99daf7cdd commit: a740d93a05bf8823ebaac41ecbb0e55c1bc4c824 Author: Lars Wendler gentoo org> AuthorDate: Mon Dec 14 12:39:37 2015 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Dec 14 12:39:37 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a740d93a www-servers/apache: Raised minimum required version of nghttp2 to version 1.2.1 as reuqested in bug #568224 Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler gentoo.org> www-servers/apache/apache-2.4.18.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/apache/apache-2.4.18.ebuild b/www-servers/apache/apache-2.4.18.ebuild index b4e5f03..85a4862 100644 --- a/www-servers/apache/apache-2.4.18.ebuild +++ b/www-servers/apache/apache-2.4.18.ebuild @@ -125,7 +125,7 @@ LICENSE="Apache-2.0 Apache-1.1" SLOT="2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris" -DEPEND+="apache2_modules_http2? ( >=net-libs/nghttp2-1.0.0 )" +DEPEND+="apache2_modules_http2? ( >=net-libs/nghttp2-1.2.1 )" pkg_setup() { # dependend critical modules which are not allowed in global scope due