From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 716AE1581C1 for ; Mon, 15 Jul 2024 07:48:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47219E2A6C; Mon, 15 Jul 2024 07:47:59 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31D68E2A6C for ; Mon, 15 Jul 2024 07:47:59 +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 7018533FE7D for ; Mon, 15 Jul 2024 07:47:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 066C71E23 for ; Mon, 15 Jul 2024 07:47:57 +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: <1721029665.b7fb2d6e62e2cc9ee6a797e73eadf5107516f163.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sinatra/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sinatra/sinatra-4.0.0.ebuild X-VCS-Directories: dev-ruby/sinatra/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: b7fb2d6e62e2cc9ee6a797e73eadf5107516f163 X-VCS-Branch: master Date: Mon, 15 Jul 2024 07:47:57 +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: 65f55e86-5b32-4c96-9d79-1851322a0d87 X-Archives-Hash: 1eb6b4e157c1263ee4b194831db2e3b5 commit: b7fb2d6e62e2cc9ee6a797e73eadf5107516f163 Author: Hans de Graaff gentoo org> AuthorDate: Mon Jul 15 07:46:15 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jul 15 07:47:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7fb2d6e dev-ruby/sinatra: add missing test dependencies Closes: https://bugs.gentoo.org/936049 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/sinatra/sinatra-4.0.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-ruby/sinatra/sinatra-4.0.0.ebuild b/dev-ruby/sinatra/sinatra-4.0.0.ebuild index a02048adf7b1..66917a7fe2b2 100644 --- a/dev-ruby/sinatra/sinatra-4.0.0.ebuild +++ b/dev-ruby/sinatra/sinatra-4.0.0.ebuild @@ -35,7 +35,9 @@ ruby_add_bdepend " dev-ruby/builder dev-ruby/erubi >=dev-ruby/rack-test-0.5.6 + dev-ruby/rackup dev-ruby/activesupport + www-servers/puma ) " ruby_add_bdepend "doc? ( dev-ruby/yard )"