diff options
author | 2013-06-14 19:08:26 +0000 | |
---|---|---|
committer | 2013-06-14 19:08:26 +0000 | |
commit | f1a6d6d59543b3c5d259fde57990aae1207f5f7d (patch) | |
tree | f08d98ba4d1bcd88c8b67aa0cc86d32810d9638e /dev-python/pyparted | |
parent | Run epatch_user (#473212 by Hristo Venev), drop old. (diff) | |
download | gentoo-2-f1a6d6d59543b3c5d259fde57990aae1207f5f7d.tar.gz gentoo-2-f1a6d6d59543b3c5d259fde57990aae1207f5f7d.tar.bz2 gentoo-2-f1a6d6d59543b3c5d259fde57990aae1207f5f7d.zip |
Add python3_3 to PYTHON_COMPAT.
(Portage version: 2.1.12.4/cvs/Linux x86_64, signed Manifest commit with key 5C350883)
Diffstat (limited to 'dev-python/pyparted')
-rw-r--r-- | dev-python/pyparted/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyparted/pyparted-3.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyparted/ChangeLog b/dev-python/pyparted/ChangeLog index a3d5d6257cf8..7c329202f4a7 100644 --- a/dev-python/pyparted/ChangeLog +++ b/dev-python/pyparted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyparted # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.75 2013/06/13 16:01:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.76 2013/06/14 19:08:26 chutzpah Exp $ + + 14 Jun 2013; Patrick McLean <chutz@gentoo.org> pyparted-3.10.ebuild: + Add python3_3 to PYTHON_COMPAT. *pyparted-3.10 (13 Jun 2013) diff --git a/dev-python/pyparted/pyparted-3.10.ebuild b/dev-python/pyparted/pyparted-3.10.ebuild index 6140cc7da893..9402c829d996 100644 --- a/dev-python/pyparted/pyparted-3.10.ebuild +++ b/dev-python/pyparted/pyparted-3.10.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.10.ebuild,v 1.1 2013/06/13 16:01:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.10.ebuild,v 1.2 2013/06/14 19:08:26 chutzpah Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_1,3_2} ) +PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} ) inherit distutils-r1 DESCRIPTION="Python bindings for sys-block/parted" |