commit:     18a3a8280c3c72bdeeb07b9862edacfdb6c01046
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 06:25:31 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Aug  1 05:41:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a3a828

dev-ruby/sqlite3: uncomment rdoc code, bug 589934

Package-Manager: portage-2.2.28

 dev-ruby/sqlite3/sqlite3-1.3.11.ebuild | 7 +++----
 1 file 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 15ea866..d9f8eb7 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() {

Reply via email to