diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-04-02 18:57:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-04-02 18:57:23 +0000 |
commit | 16d713aae3c295e7b0115fc6d993c7e0b85cefc3 (patch) | |
tree | 2bb6de1066fa234ff5b6663866db76372644ef85 /sys-cluster | |
parent | whitespace (diff) | |
download | gentoo-2-16d713aae3c295e7b0115fc6d993c7e0b85cefc3.tar.gz gentoo-2-16d713aae3c295e7b0115fc6d993c7e0b85cefc3.tar.bz2 gentoo-2-16d713aae3c295e7b0115fc6d993c7e0b85cefc3.zip |
whitespace
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, unsigned Manifest commit)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/cinder/cinder-2014.2.2.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/cinder/cinder-2014.2.9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-cluster/cinder/cinder-2014.2.2.ebuild b/sys-cluster/cinder/cinder-2014.2.2.ebuild index 6cd2114cab23..4f2bbb2219b0 100644 --- a/sys-cluster/cinder/cinder-2014.2.2.ebuild +++ b/sys-cluster/cinder/cinder-2014.2.2.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/sys-cluster/cinder/cinder-2014.2.2.ebuild,v 1.1 2015/02/08 02:15:29 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2014.2.2.ebuild,v 1.2 2015/04/02 18:57:23 mr_bones_ Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -122,7 +122,7 @@ pkg_setup() { #} python_test() { - # Let's track progress of this # https://bugs.launchpad.net/swift/+bug/1249727 + # Let's track progress of this # https://bugs.launchpad.net/swift/+bug/1249727 nosetests -I test_wsgi.py cinder/tests/ || die "tests failed under python2.7" } diff --git a/sys-cluster/cinder/cinder-2014.2.9999.ebuild b/sys-cluster/cinder/cinder-2014.2.9999.ebuild index 8c2f834ca502..5fbb3925af28 100644 --- a/sys-cluster/cinder/cinder-2014.2.9999.ebuild +++ b/sys-cluster/cinder/cinder-2014.2.9999.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/sys-cluster/cinder/cinder-2014.2.9999.ebuild,v 1.4 2015/02/08 02:15:29 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/cinder/cinder-2014.2.9999.ebuild,v 1.5 2015/04/02 18:57:23 mr_bones_ Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -123,7 +123,7 @@ pkg_setup() { #} python_test() { - # Let's track progress of this # https://bugs.launchpad.net/swift/+bug/1249727 + # Let's track progress of this # https://bugs.launchpad.net/swift/+bug/1249727 nosetests -I test_wsgi.py cinder/tests/ || die "tests failed under python2.7" } |