Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sqlite3/
Date: Thu, 28 Jul 2016 18:30:48
Message-Id: 1469730637.44f95828300ed00b0bc0fa91cd605bea76f44a92.zerochaos@gentoo
1 commit: 44f95828300ed00b0bc0fa91cd605bea76f44a92
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 28 18:28:52 2016 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 28 18:30:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f95828
7
8 dev-ruby/sqlite3: partial fix for bug #589934
9
10 Package-Manager: portage-2.3.0
11
12 dev-ruby/sqlite3/sqlite3-1.3.11.ebuild | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/sqlite3/sqlite3-1.3.11.ebuild b/dev-ruby/sqlite3/sqlite3-1.3.11.ebuild
16 index e1015da..15ea866 100644
17 --- a/dev-ruby/sqlite3/sqlite3-1.3.11.ebuild
18 +++ b/dev-ruby/sqlite3/sqlite3-1.3.11.ebuild
19 @@ -47,7 +47,10 @@ each_ruby_configure() {
20 all_ruby_compile() {
21 all_fakegem_compile
22
23 - rdoc --title "${P} Dcoumentation" -o doc --main README.rdoc lib *.rdoc ext/*/*.c || die
24 + # Not a single version of rdoc in gentoo appears to install rdoc, how is this supposed to work? bug #589934
25 + #if use doc; then
26 + # rdoc --title "${P} Dcoumentation" -o doc --main README.rdoc lib *.rdoc ext/*/*.c || die
27 + #fi
28 }
29
30 each_ruby_compile() {