diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-06-06 04:06:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-06-06 04:06:22 +0000 |
commit | f2c893e95ac1f98e15f6ce24e3ccaeaf63945e1b (patch) | |
tree | 6197216e68578455d0d3b5aa778b2c8b794fac84 | |
parent | Initial commit of prefix profiles on behalf of the prefix community (diff) | |
download | gentoo-2-f2c893e95ac1f98e15f6ce24e3ccaeaf63945e1b.tar.gz gentoo-2-f2c893e95ac1f98e15f6ce24e3ccaeaf63945e1b.tar.bz2 gentoo-2-f2c893e95ac1f98e15f6ce24e3ccaeaf63945e1b.zip |
whitespace
(Portage version: 2.1.6.11/cvs/Linux i686)
-rw-r--r-- | dev-util/bzr/bzr-1.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/bzr/bzr-1.15.ebuild b/dev-util/bzr/bzr-1.15.ebuild index 517104f6f17a..3f36ba55a9e4 100644 --- a/dev-util/bzr/bzr-1.15.ebuild +++ b/dev-util/bzr/bzr-1.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bzr/bzr-1.15.ebuild,v 1.1 2009/06/05 19:41:23 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bzr/bzr-1.15.ebuild,v 1.2 2009/06/06 04:06:22 mr_bones_ Exp $ EAPI=1 @@ -111,7 +111,7 @@ src_test() { skip_tests+="blackbox.test_too_much.SFTPTestsRelative.test_*|" # https://bugs.launchpad.net/bzr/+bug/383920 skip_tests+="test_transport_implementations.TransportTests.test_get*|" - # This tests were fixed in trunk. Drop in 1.15.x or 1.16 + # This tests were fixed in trunk. Drop in 1.15.x or 1.16 skip_tests+="bzrlib.tests.test_http.TestActivity*|" skip_tests+="bzrlib.tests.tree_implementations.test_get_file_mtime*|" skip_tests+="test_source.TestSource.test_no_asserts*|" |