diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-11-20 09:32:51 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-11-20 09:32:51 +0000 |
commit | 0197cb686089cfdcb82d5f67d8530a5800244b04 (patch) | |
tree | ad66367dc2c1657fe40ac7e2c071a8040c06550e /dev-ruby/notify/notify-0.2.1.ebuild | |
parent | Fix building with USE=doc, fix rspec dependency to right slot. Fix running sp... (diff) | |
download | gentoo-2-0197cb686089cfdcb82d5f67d8530a5800244b04.tar.gz gentoo-2-0197cb686089cfdcb82d5f67d8530a5800244b04.tar.bz2 gentoo-2-0197cb686089cfdcb82d5f67d8530a5800244b04.zip |
Fix USE=doc.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/notify/notify-0.2.1.ebuild')
-rw-r--r-- | dev-ruby/notify/notify-0.2.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-ruby/notify/notify-0.2.1.ebuild b/dev-ruby/notify/notify-0.2.1.ebuild index ebed0561b991..b75087c02cc2 100644 --- a/dev-ruby/notify/notify-0.2.1.ebuild +++ b/dev-ruby/notify/notify-0.2.1.ebuild @@ -1,11 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/notify/notify-0.2.1.ebuild,v 1.1 2011/11/13 08:14:27 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/notify/notify-0.2.1.ebuild,v 1.2 2011/11/20 09:32:51 graaff Exp $ EAPI=2 USE_RUBY="ruby18 ruby19 ree18 jruby" RUBY_FAKEGEM_TASK_TEST="" + +RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_TASK_EXTRADOC="README.md" inherit ruby-fakegem |