aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pytest-xdist/pytest-xdist-1.11.ebuild')
-rw-r--r--dev-python/pytest-xdist/pytest-xdist-1.11.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-xdist/pytest-xdist-1.11.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.11.ebuild
index 16d0f6d..a18c8f7 100644
--- a/dev-python/pytest-xdist/pytest-xdist-1.11.ebuild
+++ b/dev-python/pytest-xdist/pytest-xdist-1.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -12,7 +12,7 @@ if [[ "${PV}" == "9999" ]]; then
EHG_REPO_URI="https://bitbucket.org/hpk42/pytest-xdist"
SRC_URI=""
else
- SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
fi
DESCRIPTION="A distributed testing plugin for py.test"