diff options
author | 2016-07-28 14:28:52 -0400 | |
---|---|---|
committer | 2016-07-28 14:30:37 -0400 | |
commit | 44f95828300ed00b0bc0fa91cd605bea76f44a92 (patch) | |
tree | 6a9049c2cb1d94915fe07f364acd51f25c463101 /dev-ruby/sqlite3 | |
parent | net-analyzer/wireshark: Version bump (bug #589926). (diff) | |
download | gentoo-44f95828300ed00b0bc0fa91cd605bea76f44a92.tar.gz gentoo-44f95828300ed00b0bc0fa91cd605bea76f44a92.tar.bz2 gentoo-44f95828300ed00b0bc0fa91cd605bea76f44a92.zip |
dev-ruby/sqlite3: partial fix for bug #589934
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ruby/sqlite3')
-rw-r--r-- | dev-ruby/sqlite3/sqlite3-1.3.11.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-ruby/sqlite3/sqlite3-1.3.11.ebuild b/dev-ruby/sqlite3/sqlite3-1.3.11.ebuild index e1015da1f863..15ea86651c15 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() { |