commit:     c89b5abb34a69b35e0c14937bc3517bb6d59ffe3
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  1 09:07:43 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jun  2 05:41:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c89b5abb

dev-ruby/sqlite3: test don't pass with newer sqlite versions

Closes: https://bugs.gentoo.org/933244
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/sqlite3/sqlite3-1.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/sqlite3/sqlite3-1.7.3.ebuild 
b/dev-ruby/sqlite3/sqlite3-1.7.3.ebuild
index 8f141ca5827b..437c4cc99326 100644
--- a/dev-ruby/sqlite3/sqlite3-1.7.3.ebuild
+++ b/dev-ruby/sqlite3/sqlite3-1.7.3.ebuild
@@ -24,7 +24,7 @@ IUSE="doc test"
 
 # We track the bundled sqlite version here
 RDEPEND+=" >=dev-db/sqlite-3.45.2:3"
-DEPEND+=" >=dev-db/sqlite-3.45.2:3"
+DEPEND+=" >=dev-db/sqlite-3.45.2:3 <dev-db/sqlite-3.46.0"
 
 ruby_add_bdepend "
        doc? ( dev-ruby/rdoc )

Reply via email to