diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-12-31 03:23:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-12-31 03:23:42 +0000 |
commit | 7e35c8152c814156c124609817950ac857911318 (patch) | |
tree | bc66c7492727d9b2b9d33c823e8fe2e3ef78dd90 /dev-ruby/ruby-prof | |
parent | reverted amd64 kw due to bug 253172 (diff) | |
download | historical-7e35c8152c814156c124609817950ac857911318.tar.gz historical-7e35c8152c814156c124609817950ac857911318.tar.bz2 historical-7e35c8152c814156c124609817950ac857911318.zip |
whitespace
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.27.8 i686
Diffstat (limited to 'dev-ruby/ruby-prof')
-rw-r--r-- | dev-ruby/ruby-prof/ruby-prof-0.7.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-ruby/ruby-prof/ruby-prof-0.7.2.ebuild b/dev-ruby/ruby-prof/ruby-prof-0.7.2.ebuild index f7329af1382e..0aeae493b594 100644 --- a/dev-ruby/ruby-prof/ruby-prof-0.7.2.ebuild +++ b/dev-ruby/ruby-prof/ruby-prof-0.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ruby-prof-0.7.2.ebuild,v 1.1 2008/12/09 14:01:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ruby-prof-0.7.2.ebuild,v 1.2 2008/12/31 03:23:42 mr_bones_ Exp $ inherit ruby @@ -65,7 +65,6 @@ src_install() { dohtml -r doc/* || die "dohtml failed" fi - for dir in examples rails rails/example rails/environment; do docinto "$dir" dodoc "$dir"/* || die "dodoc $dir failed" |