diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-05-03 18:50:36 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-05-03 18:50:36 +0000 |
commit | c71f14e825252c6644c71dfaae5847a84509cb1a (patch) | |
tree | 271cb825f1da466df9e6fa02d7beef641f5afe47 /dev-python/rax-backup-schedule-python-novaclient-ext/rax-backup-schedule-python-novaclient-ext-0.1.2.ebuild | |
parent | getting rid of 2.5 support (python-novaclient doesn't support it) (diff) | |
download | gentoo-2-c71f14e825252c6644c71dfaae5847a84509cb1a.tar.gz gentoo-2-c71f14e825252c6644c71dfaae5847a84509cb1a.tar.bz2 gentoo-2-c71f14e825252c6644c71dfaae5847a84509cb1a.zip |
getting rid of 2.5 support (python-novaclient doesn't support it)
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/rax-backup-schedule-python-novaclient-ext/rax-backup-schedule-python-novaclient-ext-0.1.2.ebuild')
-rw-r--r-- | dev-python/rax-backup-schedule-python-novaclient-ext/rax-backup-schedule-python-novaclient-ext-0.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rax-backup-schedule-python-novaclient-ext/rax-backup-schedule-python-novaclient-ext-0.1.2.ebuild b/dev-python/rax-backup-schedule-python-novaclient-ext/rax-backup-schedule-python-novaclient-ext-0.1.2.ebuild index eefcd28569da..4907e07f1aaa 100644 --- a/dev-python/rax-backup-schedule-python-novaclient-ext/rax-backup-schedule-python-novaclient-ext-0.1.2.ebuild +++ b/dev-python/rax-backup-schedule-python-novaclient-ext/rax-backup-schedule-python-novaclient-ext-0.1.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rax-backup-schedule-python-novaclient-ext/rax-backup-schedule-python-novaclient-ext-0.1.2.ebuild,v 1.1 2013/03/04 20:14:43 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rax-backup-schedule-python-novaclient-ext/rax-backup-schedule-python-novaclient-ext-0.1.2.ebuild,v 1.2 2013/05/03 18:50:36 prometheanfire Exp $ EAPI=5 -PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) +PYTHON_COMPAT=( python2_6 python2_7 ) inherit distutils-r1 |