diff options
Diffstat (limited to 'dev-python/dnspython')
-rw-r--r-- | dev-python/dnspython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/dnspython/dnspython-1.11.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/dnspython/ChangeLog b/dev-python/dnspython/ChangeLog index 8220f7b3d841..2a5865d9f932 100644 --- a/dev-python/dnspython/ChangeLog +++ b/dev-python/dnspython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/dnspython # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.95 2015/03/06 11:44:03 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/ChangeLog,v 1.96 2015/04/08 08:05:28 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> dnspython-1.11.1.ebuild: + Drop old Python implementations 06 Mar 2015; Ian Delaney <idella4@gentoo.org> dnspython-1.12.0-r1.ebuild: add multilib eclass to inherit to exlicitly support of function from the diff --git a/dev-python/dnspython/dnspython-1.11.1.ebuild b/dev-python/dnspython/dnspython-1.11.1.ebuild index 6f140045258f..cc7d07018182 100644 --- a/dev-python/dnspython/dnspython-1.11.1.ebuild +++ b/dev-python/dnspython/dnspython-1.11.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.11.1.ebuild,v 1.9 2014/09/14 07:27:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.11.1.ebuild,v 1.10 2015/04/08 08:05:28 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 |