diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 08:33:11 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 08:33:11 +0000 |
commit | 0901e05ec43d7b79bb6617c04d72915c43abcb88 (patch) | |
tree | 4e450c34aae287d4cd33c700f1e6f3ce04aad5e1 /dev-util | |
parent | Also compatible with python3_3 (diff) | |
download | gentoo-2-0901e05ec43d7b79bb6617c04d72915c43abcb88.tar.gz gentoo-2-0901e05ec43d7b79bb6617c04d72915c43abcb88.tar.bz2 gentoo-2-0901e05ec43d7b79bb6617c04d72915c43abcb88.zip |
Also compatible with python3_3
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cdiff/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/cdiff/cdiff-0.9.2.ebuild | 4 | ||||
-rw-r--r-- | dev-util/cdiff/cdiff-0.9.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/cdiff/ChangeLog b/dev-util/cdiff/ChangeLog index fa89089fcace..d72fb9c5b2fa 100644 --- a/dev-util/cdiff/ChangeLog +++ b/dev-util/cdiff/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cdiff # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v 1.21 2013/10/12 12:49:18 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/ChangeLog,v 1.22 2013/10/13 08:33:11 pacho Exp $ + + 13 Oct 2013; Pacho Ramos <pacho@gentoo.org> cdiff-0.9.2.ebuild, + cdiff-0.9.3.ebuild: + Also compatible with python3_3 *cdiff-0.9.3 (12 Oct 2013) *cdiff-9999 (12 Oct 2013) diff --git a/dev-util/cdiff/cdiff-0.9.2.ebuild b/dev-util/cdiff/cdiff-0.9.2.ebuild index a231a2b623be..cde6c3abb1ed 100644 --- a/dev-util/cdiff/cdiff-0.9.2.ebuild +++ b/dev-util/cdiff/cdiff-0.9.2.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-util/cdiff/cdiff-0.9.2.ebuild,v 1.5 2013/09/05 18:40:34 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.9.2.ebuild,v 1.6 2013/10/13 08:33:11 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) DOCS=( CHANGES README.rst ) inherit distutils-r1 diff --git a/dev-util/cdiff/cdiff-0.9.3.ebuild b/dev-util/cdiff/cdiff-0.9.3.ebuild index df79ab43d8a7..85b7fb9f574a 100644 --- a/dev-util/cdiff/cdiff-0.9.3.ebuild +++ b/dev-util/cdiff/cdiff-0.9.3.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-util/cdiff/cdiff-0.9.3.ebuild,v 1.1 2013/10/12 12:49:18 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cdiff/cdiff-0.9.3.ebuild,v 1.2 2013/10/13 08:33:11 pacho Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) DOCS=( CHANGES README.rst ) inherit distutils-r1 |