diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-25 18:46:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-25 18:46:25 +0000 |
commit | 7377627e0b1297bda19e4566cec1408f72149a5f (patch) | |
tree | c7cd98dd9527affa9335081b4f0f1ace9de1cc61 /dev-ruby/cgikit/cgikit-1.2.0.ebuild | |
parent | add the Makefile patch to the new version as well (bug #52004) (diff) | |
download | historical-7377627e0b1297bda19e4566cec1408f72149a5f.tar.gz historical-7377627e0b1297bda19e4566cec1408f72149a5f.tar.bz2 historical-7377627e0b1297bda19e4566cec1408f72149a5f.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'dev-ruby/cgikit/cgikit-1.2.0.ebuild')
-rw-r--r-- | dev-ruby/cgikit/cgikit-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/cgikit/cgikit-1.2.0.ebuild b/dev-ruby/cgikit/cgikit-1.2.0.ebuild index f013b70ef9f9..3b14a342722c 100644 --- a/dev-ruby/cgikit/cgikit-1.2.0.ebuild +++ b/dev-ruby/cgikit/cgikit-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cgikit/cgikit-1.2.0.ebuild,v 1.1 2004/05/23 12:45:50 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cgikit/cgikit-1.2.0.ebuild,v 1.2 2004/05/25 18:46:25 mr_bones_ Exp $ inherit ruby @@ -17,7 +17,7 @@ DEPEND="|| ( >=dev-lang/ruby-1.8.0 dev-lang/ruby-cvs )" src_compile() { - ruby install.rb config || die + ruby install.rb config || die } src_install() { |