diff options
Diffstat (limited to 'dev-ruby/activerecord/activerecord-1.10.1.ebuild')
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.10.1.ebuild | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/dev-ruby/activerecord/activerecord-1.10.1.ebuild b/dev-ruby/activerecord/activerecord-1.10.1.ebuild index a081c7eb2639..e4508bd2266b 100644 --- a/dev-ruby/activerecord/activerecord-1.10.1.ebuild +++ b/dev-ruby/activerecord/activerecord-1.10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.10.1.ebuild,v 1.1 2005/04/20 03:27:29 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.10.1.ebuild,v 1.2 2005/04/29 01:07:51 vapier Exp $ inherit ruby gems @@ -13,13 +13,9 @@ SRC_URI="http://rubyforge.org/frs/download.php/4146/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="=dev-lang/ruby-1.8* - >=dev-ruby/activesupport-1.0.4" - -src_test() { - echo "Skipping rake test. It requires setting up live databases" - echo "and is beyond the scope of portage testing." -} +RESTRICT="test" +DEPEND="=dev-lang/ruby-1.8* + >=dev-ruby/activesupport-1.0.4" |