commit: fd57d41104bc31901c511f1e5d6fc8af93ca4d00 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Jul 25 08:46:36 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Jul 25 08:48:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd57d411
www-servers/puma: stabilize 6.6.0 for amd64 Note that x86 can no longer be marked stable due to a new dependency on concurrent-ruby. The x86 stable keyword will be dropped in the future. Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> www-servers/puma/puma-6.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/puma/puma-6.6.0.ebuild b/www-servers/puma/puma-6.6.0.ebuild index afcdd7dc3e30..3b6a213bf32d 100644 --- a/www-servers/puma/puma-6.6.0.ebuild +++ b/www-servers/puma/puma-6.6.0.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="
