diff options
-rw-r--r-- | dev-python/rarfile/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/rarfile/rarfile-2.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/rarfile/ChangeLog b/dev-python/rarfile/ChangeLog index 4fa0336e00ee..f5419486ec9e 100644 --- a/dev-python/rarfile/ChangeLog +++ b/dev-python/rarfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/rarfile -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rarfile/ChangeLog,v 1.2 2013/09/05 18:47:11 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rarfile/ChangeLog,v 1.3 2014/11/28 11:20:47 pacho Exp $ + + 28 Nov 2014; Pacho Ramos <pacho@gentoo.org> rarfile-2.6.ebuild: + Support python 3.4 05 Sep 2013; Michał Górny <mgorny@gentoo.org> rarfile-2.6.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/dev-python/rarfile/rarfile-2.6.ebuild b/dev-python/rarfile/rarfile-2.6.ebuild index ef0bb2ab97fd..069f358388a8 100644 --- a/dev-python/rarfile/rarfile-2.6.ebuild +++ b/dev-python/rarfile/rarfile-2.6.ebuild @@ -1,10 +1,10 @@ -# 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/rarfile/rarfile-2.6.ebuild,v 1.2 2013/09/05 18:47:11 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rarfile/rarfile-2.6.ebuild,v 1.3 2014/11/28 11:20:47 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="Module for RAR archive reading" |