diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-08-10 18:08:31 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-08-10 18:08:31 +0000 |
commit | aa92bca52a8aa68ad13788d0cef57ebf68c322fe (patch) | |
tree | 4f30c9068ec159f019c595c94580a7b0b01dce0f /dev-ruby | |
parent | Revert. It does not work as intended. (diff) | |
download | gentoo-2-aa92bca52a8aa68ad13788d0cef57ebf68c322fe.tar.gz gentoo-2-aa92bca52a8aa68ad13788d0cef57ebf68c322fe.tar.bz2 gentoo-2-aa92bca52a8aa68ad13788d0cef57ebf68c322fe.zip |
Restrict tests as was originally intended since they require a lot of additional dependencies.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/pkg-config/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/pkg-config/pkg-config-1.1.2.ebuild | 4 |
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 |