Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sqlite3/
Date: Mon, 01 Aug 2016 05:41:31
Message-Id: 1470030077.18a3a8280c3c72bdeeb07b9862edacfdb6c01046.graaff@gentoo
1 commit: 18a3a8280c3c72bdeeb07b9862edacfdb6c01046
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 06:25:31 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 1 05:41:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a3a828
7
8 dev-ruby/sqlite3: uncomment rdoc code, bug 589934
9
10 Package-Manager: portage-2.2.28
11
12 dev-ruby/sqlite3/sqlite3-1.3.11.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-ruby/sqlite3/sqlite3-1.3.11.ebuild b/dev-ruby/sqlite3/sqlite3-1.3.11.ebuild
16 index 15ea866..d9f8eb7 100644
17 --- a/dev-ruby/sqlite3/sqlite3-1.3.11.ebuild
18 +++ b/dev-ruby/sqlite3/sqlite3-1.3.11.ebuild
19 @@ -47,10 +47,9 @@ each_ruby_configure() {
20 all_ruby_compile() {
21 all_fakegem_compile
22
23 - # Not a single version of rdoc in gentoo appears to install rdoc, how is this supposed to work? bug #589934
24 - #if use doc; then
25 - # rdoc --title "${P} Dcoumentation" -o doc --main README.rdoc lib *.rdoc ext/*/*.c || die
26 - #fi
27 + if use doc; then
28 + rdoc --title "${P} Dcoumentation" -o doc --main README.rdoc lib *.rdoc ext/*/*.c || die
29 + fi
30 }
31
32 each_ruby_compile() {