diff options
author | 2013-09-05 18:40:37 +0000 | |
---|---|---|
committer | 2013-09-05 18:40:37 +0000 | |
commit | 1678ed9a0c3ae0737306c65448d52b8a658aa28e (patch) | |
tree | bc69385d0071f753a87cc135a627435400c52623 /dev-util/fatrace | |
parent | Remove Python 2.5 and 3.1 support. (diff) | |
download | gentoo-2-1678ed9a0c3ae0737306c65448d52b8a658aa28e.tar.gz gentoo-2-1678ed9a0c3ae0737306c65448d52b8a658aa28e.tar.bz2 gentoo-2-1678ed9a0c3ae0737306c65448d52b8a658aa28e.zip |
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-util/fatrace')
-rw-r--r-- | dev-util/fatrace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/fatrace/fatrace-0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/fatrace/ChangeLog b/dev-util/fatrace/ChangeLog index c249dbb7127a..a006e37756fb 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.2 2013/04/21 07:44:10 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/fatrace/ChangeLog,v 1.3 2013/09/05 18:40:35 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> fatrace-0.5.ebuild: + Clean up PYTHON_COMPAT from old implementations. *fatrace-0.5 (21 Apr 2013) diff --git a/dev-util/fatrace/fatrace-0.5.ebuild b/dev-util/fatrace/fatrace-0.5.ebuild index b436042e0afc..e9f3ce5a9da3 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 # 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.1 2013/04/21 07:44:10 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/fatrace/fatrace-0.5.ebuild,v 1.2 2013/09/05 18:40:35 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{3_2,3_3} ) inherit linux-info python-single-r1 toolchain-funcs |