summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-01-07 15:06:51 +0000
committerHans de Graaff <graaff@gentoo.org>2011-01-07 15:06:51 +0000
commitf68d0c56c64b41d742db6a852a2d3fd13d3026b3 (patch)
tree0b188c95dec5ba717de1016dd5b5e4d063e7ecb1 /dev-ruby/rubypants/rubypants-0.2.0-r1.ebuild
parentUse proper call to install gemspec now that the eclass changed interface. (diff)
downloadgentoo-2-f68d0c56c64b41d742db6a852a2d3fd13d3026b3.tar.gz
gentoo-2-f68d0c56c64b41d742db6a852a2d3fd13d3026b3.tar.bz2
gentoo-2-f68d0c56c64b41d742db6a852a2d3fd13d3026b3.zip
Use proper call to install gemspec now that the eclass changed interface.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rubypants/rubypants-0.2.0-r1.ebuild')
-rw-r--r--dev-ruby/rubypants/rubypants-0.2.0-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/rubypants/rubypants-0.2.0-r1.ebuild b/dev-ruby/rubypants/rubypants-0.2.0-r1.ebuild
index 1963d5ebdcc9..c8fe8459b8dc 100644
--- a/dev-ruby/rubypants/rubypants-0.2.0-r1.ebuild
+++ b/dev-ruby/rubypants/rubypants-0.2.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubypants/rubypants-0.2.0-r1.ebuild,v 1.2 2010/05/22 15:52:00 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubypants/rubypants-0.2.0-r1.ebuild,v 1.3 2011/01/07 15:06:51 graaff Exp $
EAPI=2
@@ -22,7 +22,7 @@ IUSE=""
ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
each_ruby_install() {
- ruby_fakegem_genspec
+ ruby_fakegem_install_gemspec
ruby_fakegem_newins rubypants.rb lib/rubypants.rb
}