summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2015-02-25 07:15:40 +0000
committerHans de Graaff <graaff@gentoo.org>2015-02-25 07:15:40 +0000
commit337399ee6b232805e87694be687bfcea63724d08 (patch)
tree7d7cdbef7184dff22a50a6f0de052f198c84d812 /dev-ruby
parentVersion bump. (diff)
downloadgentoo-2-337399ee6b232805e87694be687bfcea63724d08.tar.gz
gentoo-2-337399ee6b232805e87694be687bfcea63724d08.tar.bz2
gentoo-2-337399ee6b232805e87694be687bfcea63724d08.zip
Restrict tests since they use the network.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/bundler/ChangeLog5
-rw-r--r--dev-ruby/bundler/bundler-1.7.13.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/bundler/ChangeLog b/dev-ruby/bundler/ChangeLog
index 62f893969d59..e20865e48c0a 100644
--- a/dev-ruby/bundler/ChangeLog
+++ b/dev-ruby/bundler/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/bundler
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.76 2015/02/25 07:14:47 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.77 2015/02/25 07:15:40 graaff Exp $
+
+ 25 Feb 2015; Hans de Graaff <graaff@gentoo.org> bundler-1.7.13.ebuild:
+ Restrict tests since they use the network.
*bundler-1.7.13 (25 Feb 2015)
diff --git a/dev-ruby/bundler/bundler-1.7.13.ebuild b/dev-ruby/bundler/bundler-1.7.13.ebuild
index c4d6b909cbd6..6f675fc42cd2 100644
--- a/dev-ruby/bundler/bundler-1.7.13.ebuild
+++ b/dev-ruby/bundler/bundler-1.7.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild,v 1.1 2015/02/25 07:14:47 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild,v 1.2 2015/02/25 07:15:40 graaff Exp $
EAPI=5
@@ -31,7 +31,7 @@ ruby_add_rdepend virtual/rubygems
# The specs require a number of gems to be installed in a temporary
# directory, but this requires network access. All tests should still
# pass with network access.
-#RESTRICT="test"
+RESTRICT="test"
RDEPEND+=" dev-vcs/git"