From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1676870-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8F0AD158042 for <garchives@archives.gentoo.org>; Sun, 6 Oct 2024 10:49:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 735B4E29A2; Sun, 6 Oct 2024 10:49:30 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 588A6E29A2 for <gentoo-commits@lists.gentoo.org>; Sun, 6 Oct 2024 10:49:30 +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 7408834315E for <gentoo-commits@lists.gentoo.org>; Sun, 6 Oct 2024 10:49:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 067A814CA for <gentoo-commits@lists.gentoo.org>; Sun, 6 Oct 2024 10:49:28 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1728211682.df77de5f20ba4c93c39ee5a519440a73101ec508.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/puma/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/puma/puma-6.4.2.ebuild X-VCS-Directories: www-servers/puma/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: df77de5f20ba4c93c39ee5a519440a73101ec508 X-VCS-Branch: master Date: Sun, 6 Oct 2024 10:49:28 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2e624a6a-6c6b-4c7f-adc9-77c928525b04 X-Archives-Hash: 7ffaf981c7f830182b84e122b0656573 commit: df77de5f20ba4c93c39ee5a519440a73101ec508 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 6 10:48:02 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 6 10:48:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df77de5f www-servers/puma: Stabilize 6.4.2 amd64, #938964 Signed-off-by: Sam James <sam <AT> gentoo.org> www-servers/puma/puma-6.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/puma/puma-6.4.2.ebuild b/www-servers/puma/puma-6.4.2.ebuild index 0e2459bbb1ac..5084cdc3b4ec 100644 --- a/www-servers/puma/puma-6.4.2.ebuild +++ b/www-servers/puma/puma-6.4.2.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/puma/puma/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="3" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )" RDEPEND+=" dev-libs/openssl:0="