diff options
author | 2014-06-08 15:23:44 +0000 | |
---|---|---|
committer | 2014-06-08 15:23:44 +0000 | |
commit | ef3d886762811b4d2992937abd4e09d9f103e8f7 (patch) | |
tree | dd7f5c4c80f0901c391846a45feab0d078f67996 /dev-ruby/matchy/matchy-0.5.2-r1.ebuild | |
parent | ia64 stable wrt bug #505920 (diff) | |
download | gentoo-2-ef3d886762811b4d2992937abd4e09d9f103e8f7.tar.gz gentoo-2-ef3d886762811b4d2992937abd4e09d9f103e8f7.tar.bz2 gentoo-2-ef3d886762811b4d2992937abd4e09d9f103e8f7.zip |
Fix doc generation. bug #512760
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/matchy/matchy-0.5.2-r1.ebuild')
-rw-r--r-- | dev-ruby/matchy/matchy-0.5.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/matchy/matchy-0.5.2-r1.ebuild b/dev-ruby/matchy/matchy-0.5.2-r1.ebuild index 19d4e4582bc7..c374735b8144 100644 --- a/dev-ruby/matchy/matchy-0.5.2-r1.ebuild +++ b/dev-ruby/matchy/matchy-0.5.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/matchy/matchy-0.5.2-r1.ebuild,v 1.2 2014/04/05 16:25:15 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/matchy/matchy-0.5.2-r1.ebuild,v 1.3 2014/06/08 15:23:44 mrueg Exp $ EAPI=5 @@ -8,8 +8,8 @@ MY_OWNER="mcmire" USE_RUBY="ruby19 ruby20 jruby" -RUBY_FAKEGEM_DOCDIR="" -RUBY_FAKEGEM_EXTRADOC="" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.rdoc" RUBY_FAKEGEM_NAME="${MY_OWNER}-${PN}" |