summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-04-02 18:40:59 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-04-02 18:40:59 +0000
commitfbda1fabb07344cbbbd5999db656c027569e1d3c (patch)
tree86b67b4ba9af73d15b3ddc5356c01c8d34054f3b /dev-python/ujson
parentwhitespace (diff)
downloadgentoo-2-fbda1fabb07344cbbbd5999db656c027569e1d3c.tar.gz
gentoo-2-fbda1fabb07344cbbbd5999db656c027569e1d3c.tar.bz2
gentoo-2-fbda1fabb07344cbbbd5999db656c027569e1d3c.zip
whitespace
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, unsigned Manifest commit)
Diffstat (limited to 'dev-python/ujson')
-rw-r--r--dev-python/ujson/ujson-1.33.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ujson/ujson-1.33.ebuild b/dev-python/ujson/ujson-1.33.ebuild
index 9844e0057b71..15a357814fc1 100644
--- a/dev-python/ujson/ujson-1.33.ebuild
+++ b/dev-python/ujson/ujson-1.33.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/dev-python/ujson/ujson-1.33.ebuild,v 1.6 2015/03/09 00:01:31 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ujson/ujson-1.33.ebuild,v 1.7 2015/04/02 18:40:59 mr_bones_ Exp $
EAPI="5"
@@ -30,7 +30,7 @@ PATCHES=(
python_test() {
# See setup.py; line 72. Again "${S}" is used for reading tests
- # Since py3_2 is first in the queue it needs its own copy
+ # Since py3_2 is first in the queue it needs its own copy
# or else all py2s to follow will be reading read py3 tests
if [[ "${EPYTHON}" =~ 'python3' ]]; then
cd "${BUILD_DIR}"/lib || die