diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-30 09:30:07 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-30 09:30:07 +0000 |
commit | 40df398e7719f51c24739b8eddb0bf36dfbd3e1c (patch) | |
tree | 4aca2eb71a81c5923800a128ce0d36a5fa830732 /dev-python/oslo-sphinx | |
parent | Masking gcl in use.stable.mask (diff) | |
download | gentoo-2-40df398e7719f51c24739b8eddb0bf36dfbd3e1c.tar.gz gentoo-2-40df398e7719f51c24739b8eddb0bf36dfbd3e1c.tar.bz2 gentoo-2-40df398e7719f51c24739b8eddb0bf36dfbd3e1c.zip |
Disable py2.6 since it is no longer supported in dev-python/pbr.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/oslo-sphinx')
-rw-r--r-- | dev-python/oslo-sphinx/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/oslo-sphinx/oslo-sphinx-1.0-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/oslo-sphinx/oslo-sphinx-1.0.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/oslo-sphinx/ChangeLog b/dev-python/oslo-sphinx/ChangeLog index 0000161e54be..ab83ba603267 100644 --- a/dev-python/oslo-sphinx/ChangeLog +++ b/dev-python/oslo-sphinx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/oslo-sphinx -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-sphinx/ChangeLog,v 1.2 2013/12/18 10:49:44 idella4 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-sphinx/ChangeLog,v 1.3 2014/03/30 09:30:07 mgorny Exp $ + + 30 Mar 2014; Michał Górny <mgorny@gentoo.org> oslo-sphinx-1.0-r1.ebuild, + oslo-sphinx-1.0.ebuild: + Disable py2.6 since it is no longer supported in dev-python/pbr. *oslo-sphinx-1.0-r1 (18 Dec 2013) diff --git a/dev-python/oslo-sphinx/oslo-sphinx-1.0-r1.ebuild b/dev-python/oslo-sphinx/oslo-sphinx-1.0-r1.ebuild index 96b1560c7800..40868ba593b4 100644 --- a/dev-python/oslo-sphinx/oslo-sphinx-1.0-r1.ebuild +++ b/dev-python/oslo-sphinx/oslo-sphinx-1.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-sphinx/oslo-sphinx-1.0-r1.ebuild,v 1.1 2013/12/18 10:49:44 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-sphinx/oslo-sphinx-1.0-r1.ebuild,v 1.2 2014/03/30 09:30:06 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_6 python2_7 ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 diff --git a/dev-python/oslo-sphinx/oslo-sphinx-1.0.ebuild b/dev-python/oslo-sphinx/oslo-sphinx-1.0.ebuild index 994e649567ea..e75731f8811d 100644 --- a/dev-python/oslo-sphinx/oslo-sphinx-1.0.ebuild +++ b/dev-python/oslo-sphinx/oslo-sphinx-1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-sphinx/oslo-sphinx-1.0.ebuild,v 1.1 2013/09/26 00:37:33 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-sphinx/oslo-sphinx-1.0.ebuild,v 1.2 2014/03/30 09:30:06 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_6 python2_7 ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 |