diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2012-12-18 22:52:14 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2012-12-18 22:52:14 +0100 |
commit | 2792467a57dbbae473b29eaae60095bbc24dd10d (patch) | |
tree | 270e374335a74a5b7dad71b6bc21770e16df214c /dev-python/rq | |
parent | dev-util/deskzilla: 1.7.1 → 3.1 (diff) | |
download | eva-2792467a57dbbae473b29eaae60095bbc24dd10d.tar.gz eva-2792467a57dbbae473b29eaae60095bbc24dd10d.tar.bz2 eva-2792467a57dbbae473b29eaae60095bbc24dd10d.zip |
*/*: fix EAPI for distutils-r1 ebuilds
Diffstat (limited to 'dev-python/rq')
-rw-r--r-- | dev-python/rq/rq-0.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rq/rq-0.3.2.ebuild b/dev-python/rq/rq-0.3.2.ebuild index 8e2f8ee..1a760bd 100644 --- a/dev-python/rq/rq-0.3.2.ebuild +++ b/dev-python/rq/rq-0.3.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="4" +EAPI="5" PYTHON_COMPAT=( python2_{5,6,7} ) inherit distutils-r1 |