diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-28 13:05:13 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-28 13:05:13 +0000 |
commit | 63ae87b4f4e75782a1c6fb7587fb130518debc4f (patch) | |
tree | 59d0e7d2414816a7c8cf24a74b217e6d99ea32e3 /dev-util/fatrace | |
parent | Support python 3.4 (diff) | |
download | gentoo-2-63ae87b4f4e75782a1c6fb7587fb130518debc4f.tar.gz gentoo-2-63ae87b4f4e75782a1c6fb7587fb130518debc4f.tar.bz2 gentoo-2-63ae87b4f4e75782a1c6fb7587fb130518debc4f.zip |
Support python 3.4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-util/fatrace')
-rw-r--r-- | dev-util/fatrace/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/fatrace/fatrace-0.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/fatrace/ChangeLog b/dev-util/fatrace/ChangeLog index a006e37756fb..72a7b3e2ca5a 100644 --- a/dev-util/fatrace/ChangeLog +++ b/dev-util/fatrace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/fatrace -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/fatrace/ChangeLog,v 1.3 2013/09/05 18:40:35 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/fatrace/ChangeLog,v 1.4 2014/11/28 13:05:13 pacho Exp $ + + 28 Nov 2014; Pacho Ramos <pacho@gentoo.org> fatrace-0.5.ebuild: + Support python 3.4 05 Sep 2013; Michał Górny <mgorny@gentoo.org> fatrace-0.5.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/dev-util/fatrace/fatrace-0.5.ebuild b/dev-util/fatrace/fatrace-0.5.ebuild index e9f3ce5a9da3..b0a30af7c9e1 100644 --- a/dev-util/fatrace/fatrace-0.5.ebuild +++ b/dev-util/fatrace/fatrace-0.5.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-util/fatrace/fatrace-0.5.ebuild,v 1.2 2013/09/05 18:40:35 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/fatrace/fatrace-0.5.ebuild,v 1.3 2014/11/28 13:05:13 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{3_2,3_3} ) +PYTHON_COMPAT=( python{3_2,3_3,3_4} ) inherit linux-info python-single-r1 toolchain-funcs |