summaryrefslogtreecommitdiff
path: root/dev-ruby/sqlite3
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2016-07-31 08:25:31 +0200
committerHans de Graaff <graaff@gentoo.org>2016-08-01 07:41:17 +0200
commit18a3a8280c3c72bdeeb07b9862edacfdb6c01046 (patch)
tree59e9063e0f505ca30417cf0bdc294b89b7c43608 /dev-ruby/sqlite3
parent02476bdf95c38e2adf476faf1a0a97b652b18886 (diff)
downloadgentoo-18a3a8280c3c72bdeeb07b9862edacfdb6c01046.tar.gz
gentoo-18a3a8280c3c72bdeeb07b9862edacfdb6c01046.tar.xz
dev-ruby/sqlite3: uncomment rdoc code, bug 589934
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-ruby/sqlite3')
-rw-r--r--dev-ruby/sqlite3/sqlite3-1.3.11.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-ruby/sqlite3/sqlite3-1.3.11.ebuild b/dev-ruby/sqlite3/sqlite3-1.3.11.ebuild
index 15ea86651c1..d9f8eb79a6a 100644
--- a/dev-ruby/sqlite3/sqlite3-1.3.11.ebuild
+++ b/dev-ruby/sqlite3/sqlite3-1.3.11.ebuild
@@ -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() {