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 8C56215800A for ; Fri, 21 Jul 2023 17:30:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABE56E092E; Fri, 21 Jul 2023 17:30:28 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C83DE092E for ; Fri, 21 Jul 2023 17:30:28 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55B65340821 for ; Fri, 21 Jul 2023 17:30:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 877CEB74 for ; Fri, 21 Jul 2023 17:30:25 +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: <1689960616.8db9e0db41f0c5358fd6cdd7d0e04302b5350e8f.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/actiontext/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/actiontext/actiontext-7.0.6.ebuild X-VCS-Directories: dev-ruby/actiontext/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 8db9e0db41f0c5358fd6cdd7d0e04302b5350e8f X-VCS-Branch: master Date: Fri, 21 Jul 2023 17:30:25 +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: a932e54e-926f-4307-954f-c7cb4e5ba968 X-Archives-Hash: 803627e57bcafa6f7e825fa4987106b1 commit: 8db9e0db41f0c5358fd6cdd7d0e04302b5350e8f Author: Hans de Graaff gentoo org> AuthorDate: Fri Jul 21 10:50:06 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Jul 21 17:30:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8db9e0db dev-ruby/actiontext: add missing test dep on sqlite Closes: https://bugs.gentoo.org/910624 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/actiontext/actiontext-7.0.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ruby/actiontext/actiontext-7.0.6.ebuild b/dev-ruby/actiontext/actiontext-7.0.6.ebuild index 5ed5525d70fa..41390bd620b6 100644 --- a/dev-ruby/actiontext/actiontext-7.0.6.ebuild +++ b/dev-ruby/actiontext/actiontext-7.0.6.ebuild @@ -39,6 +39,7 @@ ruby_add_bdepend "test? ( dev-ruby/minitest:5.15 dev-ruby/mocha dev-ruby/propshaft + >=dev-ruby/sqlite3-1.4.0 )" all_ruby_prepare() {