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 9EF6A158176 for ; Sat, 11 Oct 2025 05:24:32 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 89FA4341E1C for ; Sat, 11 Oct 2025 05:24:32 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C08691103B8; Sat, 11 Oct 2025 05:24:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B703E1103B8 for ; Sat, 11 Oct 2025 05:24:27 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7406A3415EC for ; Sat, 11 Oct 2025 05:24:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 148F93AC8 for ; Sat, 11 Oct 2025 05:24:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1760160220.c53ade0020484d5f2ea0475c5a6bc2a63a6938f4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/varnish/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/varnish/varnish-7.7.1.ebuild X-VCS-Directories: www-servers/varnish/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c53ade0020484d5f2ea0475c5a6bc2a63a6938f4 X-VCS-Branch: master Date: Sat, 11 Oct 2025 05:24:26 +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: 9d00612d-0050-463d-a757-324878037771 X-Archives-Hash: 8297aaa625be300a0c64f2e44d18e7c9 commit: c53ade0020484d5f2ea0475c5a6bc2a63a6938f4 Author: Sam James gentoo org> AuthorDate: Sat Oct 11 05:23:40 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 11 05:23:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53ade00 www-servers/varnish: Stabilize 7.7.1 amd64, #964021 Signed-off-by: Sam James gentoo.org> www-servers/varnish/varnish-7.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/varnish/varnish-7.7.1.ebuild b/www-servers/varnish/varnish-7.7.1.ebuild index c5da657a0f77..5c9d4c192ebd 100644 --- a/www-servers/varnish/varnish-7.7.1.ebuild +++ b/www-servers/varnish/varnish-7.7.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://varnish-cache.org/_downloads/${P}.tgz" LICENSE="BSD-2 GPL-2" SLOT="0/2" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" # From Fedora: # Default: Use jemalloc, as adviced by upstream project IUSE="+jemalloc jit selinux static-libs unwind"