summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-06-03 07:45:32 +0000
committerHans de Graaff <graaff@gentoo.org>2011-06-03 07:45:32 +0000
commit2d540e27c5deb85291e21efeb49e8062fe04acc5 (patch)
tree6d7b7c3ecd45e97714bd26fa8cae3bdf897f5f68 /dev-ruby/hoe/hoe-2.8.0.ebuild
parentRemove old version. (diff)
downloadgentoo-2-2d540e27c5deb85291e21efeb49e8062fe04acc5.tar.gz
gentoo-2-2d540e27c5deb85291e21efeb49e8062fe04acc5.tar.bz2
gentoo-2-2d540e27c5deb85291e21efeb49e8062fe04acc5.zip
Restrict tests to avoid problems with a missing dependency on hoe-seattlerb, which we can't easily add since that is not stable on all arches. This addresses bug 368631.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/hoe/hoe-2.8.0.ebuild')
-rw-r--r--dev-ruby/hoe/hoe-2.8.0.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-ruby/hoe/hoe-2.8.0.ebuild b/dev-ruby/hoe/hoe-2.8.0.ebuild
index 8504533e2dab..a1f6cbd88447 100644
--- a/dev-ruby/hoe/hoe-2.8.0.ebuild
+++ b/dev-ruby/hoe/hoe-2.8.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild,v 1.11 2011/04/23 17:39:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.8.0.ebuild,v 1.12 2011/06/03 07:45:32 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ree18 jruby"
@@ -22,6 +22,12 @@ SLOT="0"
KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
+# Restrict tests since we lack a dependency on hoe-seattlerb (bug
+# 368631)), and this can't be added easily since not all arches have it
+# stable. Newer versions of hoe no longer have this requirement, so we
+# just restrict tests here to avoid test failure.
+RESTRICT="test"
+
RUBY_PATCHES=( "${P}-test-file-ordering.patch" )
# - also requires dev-ruby/hoe-seattlerb for 1.9;