commit: 44f95828300ed00b0bc0fa91cd605bea76f44a92
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 18:28:52 2016 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 18:30:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f95828
dev-ruby/sqlite3: partial fix for bug #589934
Package-Manager: portage-2.3.0
dev-ruby/sqlite3/sqlite3-1.3.11.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-ruby/sqlite3/sqlite3-1.3.11.ebuild
b/dev-ruby/sqlite3/sqlite3-1.3.11.ebuild
index e1015da..15ea866 100644
--- a/dev-ruby/sqlite3/sqlite3-1.3.11.ebuild
+++ b/dev-ruby/sqlite3/sqlite3-1.3.11.ebuild
@@ -47,7 +47,10 @@ each_ruby_configure() {
all_ruby_compile() {
all_fakegem_compile
- rdoc --title "${P} Dcoumentation" -o doc --main README.rdoc lib *.rdoc
ext/*/*.c || die
+ # 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
}
each_ruby_compile() {