diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-06-20 16:05:41 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-06-20 16:05:41 +0000 |
commit | e1c23ab9a9e0ac0ecbc8ec5d2f5f14a01b80887a (patch) | |
tree | a91e3cf49ac2654ece0db3f5f37504d87314a3cc /dev-python/dbus-python | |
parent | add py3.4 support (diff) | |
download | gentoo-2-e1c23ab9a9e0ac0ecbc8ec5d2f5f14a01b80887a.tar.gz gentoo-2-e1c23ab9a9e0ac0ecbc8ec5d2f5f14a01b80887a.tar.bz2 gentoo-2-e1c23ab9a9e0ac0ecbc8ec5d2f5f14a01b80887a.zip |
add py3.4 support
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/dbus-python')
-rw-r--r-- | dev-python/dbus-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/dbus-python/dbus-python-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/dbus-python/ChangeLog b/dev-python/dbus-python/ChangeLog index fcf679ca0d58..4ccd9316fd05 100644 --- a/dev-python/dbus-python/ChangeLog +++ b/dev-python/dbus-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dbus-python # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.139 2014/04/26 08:17:52 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/ChangeLog,v 1.140 2014/06/20 16:05:41 idella4 Exp $ + + 20 Jun 2014; Ian Delaney <idella4@gentoo.org> dbus-python-1.2.0.ebuild: + add py3.4 support 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> dbus-python-1.2.0.ebuild: Adapt to latest pygobject don't providing python2.6 support diff --git a/dev-python/dbus-python/dbus-python-1.2.0.ebuild b/dev-python/dbus-python/dbus-python-1.2.0.ebuild index 1f390d155f22..e31f631e5cea 100644 --- a/dev-python/dbus-python/dbus-python-1.2.0.ebuild +++ b/dev-python/dbus-python/dbus-python-1.2.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-1.2.0.ebuild,v 1.14 2014/04/26 08:17:52 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-1.2.0.ebuild,v 1.15 2014/06/20 16:05:41 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) inherit eutils python-r1 |