From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D92BE1582EF for ; Sat, 15 Feb 2025 09:04:56 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BEA0C343089 for ; Sat, 15 Feb 2025 09:04:56 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A1B06110471; Sat, 15 Feb 2025 09:04:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9742E110471 for ; Sat, 15 Feb 2025 09:04:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4558C342FEF for ; Sat, 15 Feb 2025 09:04:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D379B2712 for ; Sat, 15 Feb 2025 09:04:50 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1739610268.3dbaa2d94b19fa3109a5ab25450b9d2f113c1dff.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/apache-2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 3dbaa2d94b19fa3109a5ab25450b9d2f113c1dff X-VCS-Branch: master Date: Sat, 15 Feb 2025 09:04: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 554e4873-cdf9-40c7-8965-135eb84e3cc2 X-Archives-Hash: dcefaf5d566077910d732ccf168da9c2 commit: 3dbaa2d94b19fa3109a5ab25450b9d2f113c1dff Author: Hans de Graaff gentoo org> AuthorDate: Sat Feb 8 08:01:58 2025 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Feb 15 09:04:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbaa2d9 eclass/apache-2.eclass: remove obsolete version check Signed-off-by: Hans de Graaff gentoo.org> eclass/apache-2.eclass | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index 1e9edb998918..8572c7c195ac 100644 --- a/eclass/apache-2.eclass +++ b/eclass/apache-2.eclass @@ -132,10 +132,7 @@ _apache2_set_mpms() { _apache2_set_mpms unset -f _apache2_set_mpms -NGHTTP2_VERSION=1.2.1 -if ver_test ${PV} -ge 2.4.55 ; then - NGHTTP2_VERSION=1.50.0 -fi +NGHTTP2_VERSION=1.50.0 # Dependencies RDEPEND="