diff options
author | 2010-02-07 21:19:30 +0000 | |
---|---|---|
committer | 2010-02-07 21:19:30 +0000 | |
commit | 754d3aa84e245a0b1679f6c3383152875cf3e015 (patch) | |
tree | 6cabccdb1c34d5bf31ea6c1dfe3cd2a7dd0f6cc4 | |
parent | revert dropped inherit eutils: 172 ebuilds are still broken with this change ... (diff) | |
download | gentoo-2-754d3aa84e245a0b1679f6c3383152875cf3e015.tar.gz gentoo-2-754d3aa84e245a0b1679f6c3383152875cf3e015.tar.bz2 gentoo-2-754d3aa84e245a0b1679f6c3383152875cf3e015.zip |
whitespace
(Portage version: 2.1.7.16/cvs/Linux i686)
-rw-r--r-- | dev-ruby/ruby-shadow/ruby-shadow-1.4.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ruby-shadow/ruby-shadow-1.4.1-r1.ebuild b/dev-ruby/ruby-shadow/ruby-shadow-1.4.1-r1.ebuild index 257d30bfb74f..fd79453295cb 100644 --- a/dev-ruby/ruby-shadow/ruby-shadow-1.4.1-r1.ebuild +++ b/dev-ruby/ruby-shadow/ruby-shadow-1.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shadow/ruby-shadow-1.4.1-r1.ebuild,v 1.1 2010/02/07 13:34:14 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-shadow/ruby-shadow-1.4.1-r1.ebuild,v 1.2 2010/02/07 21:19:30 mr_bones_ Exp $ EAPI="2" USE_RUBY="ruby18" @@ -33,5 +33,5 @@ each_ruby_install() { } all_ruby_install() { - dodoc HISTORY README README.euc + dodoc HISTORY README README.euc } |