diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 07:15:27 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 07:15:27 +0000 |
commit | 151dad4de812bd92211e8100adb51e350e63abed (patch) | |
tree | a63a1d52a77327410da82078136296d3486b002e /app-portage | |
parent | Respect EVCS_OFFLINE in git-r3_fetch. (diff) | |
download | gentoo-2-151dad4de812bd92211e8100adb51e350e63abed.tar.gz gentoo-2-151dad4de812bd92211e8100adb51e350e63abed.tar.bz2 gentoo-2-151dad4de812bd92211e8100adb51e350e63abed.zip |
Also compatible with python3_3
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/overlint/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/overlint/overlint-0.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-portage/overlint/ChangeLog b/app-portage/overlint/ChangeLog index 54be5b3419ef..802a16c54518 100644 --- a/app-portage/overlint/ChangeLog +++ b/app-portage/overlint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/overlint # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v 1.8 2013/09/05 18:25:00 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/ChangeLog,v 1.9 2013/10/13 07:15:27 pacho Exp $ + + 13 Oct 2013; Pacho Ramos <pacho@gentoo.org> overlint-0.5.2.ebuild: + Also compatible with python3_3 05 Sep 2013; Michał Górny <mgorny@gentoo.org> overlint-0.5.2.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/app-portage/overlint/overlint-0.5.2.ebuild b/app-portage/overlint/overlint-0.5.2.ebuild index 86f959d2eb7c..62e55d1a867d 100644 --- a/app-portage/overlint/overlint-0.5.2.ebuild +++ b/app-portage/overlint/overlint-0.5.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/app-portage/overlint/overlint-0.5.2.ebuild,v 1.4 2013/09/05 18:25:00 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/overlint/overlint-0.5.2.ebuild,v 1.5 2013/10/13 07:15:27 pacho Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 |