Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sqlite3/
Date: Mon, 20 Mar 2023 04:47:50
Message-Id: 1679287640.a3a8d15530c40542d1f6f1d5423bb706fd516fc1.sam@gentoo
1 commit: a3a8d15530c40542d1f6f1d5423bb706fd516fc1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 20 04:47:20 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 20 04:47:20 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3a8d155
7
8 dev-ruby/sqlite3: restore mini_portile2 dep for now
9
10 It's gone in the *next* release.
11
12 Closes: https://bugs.gentoo.org/902113
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-ruby/sqlite3/sqlite3-1.6.1.ebuild | 4 +++-
16 1 file changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-ruby/sqlite3/sqlite3-1.6.1.ebuild b/dev-ruby/sqlite3/sqlite3-1.6.1.ebuild
19 index 26060aeac4fe..778eebd8854a 100644
20 --- a/dev-ruby/sqlite3/sqlite3-1.6.1.ebuild
21 +++ b/dev-ruby/sqlite3/sqlite3-1.6.1.ebuild
22 @@ -24,7 +24,9 @@ IUSE=""
23 RDEPEND+=" >=dev-db/sqlite-3.39.4:3"
24 DEPEND+=" >=dev-db/sqlite-3.39.4:3"
25
26 +# TODO: drop the mini_portile2 dep after 1.6.1
27 ruby_add_bdepend "
28 + dev-ruby/mini_portile2:2.8
29 doc? ( dev-ruby/rdoc dev-ruby/redcloth )
30 test? ( dev-ruby/minitest:5 )"
31
32 @@ -36,7 +38,7 @@ all_ruby_compile() {
33 all_fakegem_compile
34
35 if use doc; then
36 - rdoc --title "${P} Dcoumentation" -o doc --main README.rdoc lib *.rdoc ext/*/*.c || die
37 + rdoc --title "${P} Documentation" -o doc --main README.rdoc lib *.rdoc ext/*/*.c || die
38 rm -f doc/js/*.gz || die
39 fi
40 }