diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-29 01:09:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-29 01:09:52 +0000 |
commit | 16c257bddc8002e1b9051b55caf56cba1a7165d9 (patch) | |
tree | 9e797c34ecabf6ca38e3bcd66ea639dbc942a09e /dev-ruby/activerecord | |
parent | patch libIDL.m4 too (diff) | |
download | gentoo-2-16c257bddc8002e1b9051b55caf56cba1a7165d9.tar.gz gentoo-2-16c257bddc8002e1b9051b55caf56cba1a7165d9.tar.bz2 gentoo-2-16c257bddc8002e1b9051b55caf56cba1a7165d9.zip |
amd64 love for digitalfallout
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'dev-ruby/activerecord')
-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" |