commit: a3a8d15530c40542d1f6f1d5423bb706fd516fc1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Mar 20 04:47:20 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Mar 20 04:47:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3a8d155
dev-ruby/sqlite3: restore mini_portile2 dep for now It's gone in the *next* release. Closes: https://bugs.gentoo.org/902113 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/sqlite3/sqlite3-1.6.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-ruby/sqlite3/sqlite3-1.6.1.ebuild b/dev-ruby/sqlite3/sqlite3-1.6.1.ebuild index 26060aeac4fe..778eebd8854a 100644 --- a/dev-ruby/sqlite3/sqlite3-1.6.1.ebuild +++ b/dev-ruby/sqlite3/sqlite3-1.6.1.ebuild @@ -24,7 +24,9 @@ IUSE="" RDEPEND+=" >=dev-db/sqlite-3.39.4:3" DEPEND+=" >=dev-db/sqlite-3.39.4:3" +# TODO: drop the mini_portile2 dep after 1.6.1 ruby_add_bdepend " + dev-ruby/mini_portile2:2.8 doc? ( dev-ruby/rdoc dev-ruby/redcloth ) test? ( dev-ruby/minitest:5 )" @@ -36,7 +38,7 @@ all_ruby_compile() { all_fakegem_compile if use doc; then - rdoc --title "${P} Dcoumentation" -o doc --main README.rdoc lib *.rdoc ext/*/*.c || die + rdoc --title "${P} Documentation" -o doc --main README.rdoc lib *.rdoc ext/*/*.c || die rm -f doc/js/*.gz || die fi }
