summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2015-04-12 19:25:42 +0300
committerBlackNoxis <steven.darklight@gmail.com>2015-04-12 19:25:42 +0300
commita7d46835589d6f8d584f40ac191c50edd11ebb96 (patch)
tree12520470b3bb019e35cf98f5faeebcfb828e4f9c
parent67cf6aefadfc7c8a867e36ae3cd5bb4c6b9e786f (diff)
[dev-python/pytox] fixed the syntax
-rw-r--r--dev-python/pytox/pytox-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytox/pytox-9999.ebuild b/dev-python/pytox/pytox-9999.ebuild
index 448efcc1..bd756139 100644
--- a/dev-python/pytox/pytox-9999.ebuild
+++ b/dev-python/pytox/pytox-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="4"
+EAPI="5"
PYTHON_COMPAT=( python{2_7,3_3} )
inherit distutils-r1 eutils
@@ -25,4 +25,4 @@ DEPEND="${RDEPEND}"
src_prepare() {
epatch_user
-} \ No newline at end of file
+}