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 C769415811D for ; Sat, 8 Jul 2023 14:09:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4939E087E; Sat, 8 Jul 2023 14:09:25 +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 ABE8FE087E for ; Sat, 8 Jul 2023 14:09:25 +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 96CE9340E11 for ; Sat, 8 Jul 2023 14:09:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1766AD0 for ; Sat, 8 Jul 2023 14:09:22 +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: <1688825355.cee6dd5b2cc96d13fcf8151d6566e10232438f98.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-6.1.7.4.ebuild X-VCS-Directories: dev-ruby/actiontext/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: cee6dd5b2cc96d13fcf8151d6566e10232438f98 X-VCS-Branch: master Date: Sat, 8 Jul 2023 14:09:22 +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: 99b8a0f8-a5b5-400a-afce-15b6a9a18325 X-Archives-Hash: b20a65fea82007a3d2082ffec513fe90 commit: cee6dd5b2cc96d13fcf8151d6566e10232438f98 Author: Hans de Graaff gentoo org> AuthorDate: Sat Jul 8 09:38:14 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Jul 8 14:09:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee6dd5b dev-ruby/actiontext: require sqlite with activerecord Closes: https://bugs.gentoo.org/909423 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/actiontext/actiontext-6.1.7.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/actiontext/actiontext-6.1.7.4.ebuild b/dev-ruby/actiontext/actiontext-6.1.7.4.ebuild index fffdb16ed109..b6d652e7107e 100644 --- a/dev-ruby/actiontext/actiontext-6.1.7.4.ebuild +++ b/dev-ruby/actiontext/actiontext-6.1.7.4.ebuild @@ -27,7 +27,7 @@ RUBY_S="rails-${PV}/${PN}" ruby_add_rdepend " ~dev-ruby/actionpack-${PV} - ~dev-ruby/activerecord-${PV} + ~dev-ruby/activerecord-${PV}[sqlite] ~dev-ruby/activestorage-${PV} ~dev-ruby/activesupport-${PV} >=dev-ruby/nokogiri-1.8.5