summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-20 04:47:20 +0000
committerSam James <sam@gentoo.org>2023-03-20 04:47:20 +0000
commita3a8d15530c40542d1f6f1d5423bb706fd516fc1 (patch)
tree20750e2af08335f8a1306c89f7c318f3a8c86a6b /dev-ruby/sqlite3
parentmedia-plugins/libvisual-plugins: 0.4.2 + PortAudio + PulseAudio (diff)
downloadgentoo-a3a8d15530c40542d1f6f1d5423bb706fd516fc1.tar.gz
gentoo-a3a8d15530c40542d1f6f1d5423bb706fd516fc1.tar.bz2
gentoo-a3a8d15530c40542d1f6f1d5423bb706fd516fc1.zip
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@gentoo.org>
Diffstat (limited to 'dev-ruby/sqlite3')
-rw-r--r--dev-ruby/sqlite3/sqlite3-1.6.1.ebuild4
1 files changed, 3 insertions, 1 deletions
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
}