mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ruby/sqlite3: uncomment rdoc code, bug 589934
Package-Manager: portage-2.2.28
This commit is contained in:
@@ -47,10 +47,9 @@ each_ruby_configure() {
|
||||
all_ruby_compile() {
|
||||
all_fakegem_compile
|
||||
|
||||
# Not a single version of rdoc in gentoo appears to install rdoc, how is this supposed to work? bug #589934
|
||||
#if use doc; then
|
||||
# rdoc --title "${P} Dcoumentation" -o doc --main README.rdoc lib *.rdoc ext/*/*.c || die
|
||||
#fi
|
||||
if use doc; then
|
||||
rdoc --title "${P} Dcoumentation" -o doc --main README.rdoc lib *.rdoc ext/*/*.c || die
|
||||
fi
|
||||
}
|
||||
|
||||
each_ruby_compile() {
|
||||
|
||||
Reference in New Issue
Block a user