diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-04-16 19:48:36 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-04-16 20:32:31 +0200 |
commit | e4816a26528a5677866773f376d40a8c83d279d4 (patch) | |
tree | 3f342273d2fe12144d007ecda871d0d213a1785e /dev-ruby | |
parent | dev-ruby/eventmachine: remove obsolete ruby targets (diff) | |
download | gentoo-e4816a26528a5677866773f376d40a8c83d279d4.tar.gz gentoo-e4816a26528a5677866773f376d40a8c83d279d4.tar.bz2 gentoo-e4816a26528a5677866773f376d40a8c83d279d4.zip |
dev-ruby/pg: Fix USE=doc
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/pg/pg-0.18.4-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ruby/pg/pg-0.18.4-r1.ebuild b/dev-ruby/pg/pg-0.18.4-r1.ebuild index ed562255874d..8e25f7eeb654 100644 --- a/dev-ruby/pg/pg-0.18.4-r1.ebuild +++ b/dev-ruby/pg/pg-0.18.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,7 @@ USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_TASK_DOC="docs" -RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="ChangeLog Contributors.rdoc README.rdoc History.rdoc" inherit multilib ruby-fakegem |