summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2012-12-18 22:52:14 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2012-12-18 22:52:14 +0100
commit2792467a57dbbae473b29eaae60095bbc24dd10d (patch)
tree270e374335a74a5b7dad71b6bc21770e16df214c /dev-python/pytidylib
parentdev-util/deskzilla: 1.7.1 → 3.1 (diff)
downloadeva-2792467a57dbbae473b29eaae60095bbc24dd10d.tar.gz
eva-2792467a57dbbae473b29eaae60095bbc24dd10d.tar.bz2
eva-2792467a57dbbae473b29eaae60095bbc24dd10d.zip
*/*: fix EAPI for distutils-r1 ebuilds
Diffstat (limited to 'dev-python/pytidylib')
-rw-r--r--dev-python/pytidylib/pytidylib-0.2.1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/pytidylib/pytidylib-0.2.1.ebuild b/dev-python/pytidylib/pytidylib-0.2.1.ebuild
index 99d71c5..8eaacfb 100644
--- a/dev-python/pytidylib/pytidylib-0.2.1.ebuild
+++ b/dev-python/pytidylib/pytidylib-0.2.1.ebuild
@@ -1,9 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rsa/rsa-3.1.1.ebuild,v 1.4 2012/08/19 18:48:44 johu Exp $
-
-EAPI="4"
+# $Header: $
+EAPI="5"
PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
inherit distutils-r1