diff options
author | 2015-04-02 18:34:23 +0000 | |
---|---|---|
committer | 2015-04-02 18:34:23 +0000 | |
commit | a71199f854c11a23f0891a31af4636a2c5281178 (patch) | |
tree | 08f2b029ef2bb1211c09c42c78efb2bb06bd5c8c /dev-java | |
parent | whitespace (diff) | |
download | gentoo-2-a71199f854c11a23f0891a31af4636a2c5281178.tar.gz gentoo-2-a71199f854c11a23f0891a31af4636a2c5281178.tar.bz2 gentoo-2-a71199f854c11a23f0891a31af4636a2c5281178.zip |
whitespace
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, unsigned Manifest commit)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/testng/testng-6.8-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/testng/testng-6.8-r2.ebuild b/dev-java/testng/testng-6.8-r2.ebuild index c54fe8d0bbe6..521b4e81d7bc 100644 --- a/dev-java/testng/testng-6.8-r2.ebuild +++ b/dev-java/testng/testng-6.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/testng/testng-6.8-r2.ebuild,v 1.2 2014/08/10 20:25:44 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/testng/testng-6.8-r2.ebuild,v 1.3 2015/04/02 18:34:23 mr_bones_ Exp $ EAPI="5" @@ -59,7 +59,7 @@ java_prepare() { # TrueParallelTest - Doesn't always work, especially not on a system # under load; since this could fail during parallel # emerges, we assume the underlying functionality to - # work as it has definitely succeeded under lower load. + # work as it has definitely succeeded under lower load. sed -i '/test.thread.TrueParallelTest/d' src/test/resources/testng.xml || die mkdir lib || die |