Skip to content

Commit

Permalink
dev-ruby/sqlite3: uncomment rdoc code, bug 589934
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
graaff committed Aug 1, 2016
1 parent 02476bd commit 18a3a82
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dev-ruby/sqlite3/sqlite3-1.3.11.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 18a3a82

Please sign in to comment.