summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/pkg-config/ChangeLog6
-rw-r--r--dev-ruby/pkg-config/pkg-config-1.1.2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/pkg-config/ChangeLog b/dev-ruby/pkg-config/ChangeLog
index ec2bf8be7465..0c33f96c15c0 100644
--- a/dev-ruby/pkg-config/ChangeLog
+++ b/dev-ruby/pkg-config/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/pkg-config
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.2 2011/07/19 08:12:54 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/ChangeLog,v 1.3 2011/08/10 18:08:31 graaff Exp $
+
+ 10 Aug 2011; Hans de Graaff <graaff@gentoo.org> pkg-config-1.1.2.ebuild:
+ Restrict tests as was originally intended since they require a lot of
+ additional dependencies.
*pkg-config-1.1.2 (19 Jul 2011)
diff --git a/dev-ruby/pkg-config/pkg-config-1.1.2.ebuild b/dev-ruby/pkg-config/pkg-config-1.1.2.ebuild
index a8ff54094926..f344fa8ae200 100644
--- a/dev-ruby/pkg-config/pkg-config-1.1.2.ebuild
+++ b/dev-ruby/pkg-config/pkg-config-1.1.2.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/pkg-config/pkg-config-1.1.2.ebuild,v 1.1 2011/07/19 08:12:54 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.2.ebuild,v 1.2 2011/08/10 18:08:31 graaff Exp $
EAPI="2"
USE_RUBY="ruby18 ruby19 ree18"
@@ -22,7 +22,7 @@ SLOT="0"
IUSE=""
# Requires rcairo to be installed.
-#RESTRICT="test"
+RESTRICT="test"
each_ruby_test() {
${RUBY} test/run-test.rb || die