diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:40:37 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:40:37 +0000 |
commit | 1678ed9a0c3ae0737306c65448d52b8a658aa28e (patch) | |
tree | bc69385d0071f753a87cc135a627435400c52623 /dev-util/synopsis | |
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/synopsis')
-rw-r--r-- | dev-util/synopsis/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/synopsis/synopsis-0.13.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/synopsis/ChangeLog b/dev-util/synopsis/ChangeLog index 1135c458691a..391ac8096021 100644 --- a/dev-util/synopsis/ChangeLog +++ b/dev-util/synopsis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/synopsis -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/ChangeLog,v 1.16 2012/12/17 19:53:25 mgorny Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/ChangeLog,v 1.17 2013/09/05 18:40:36 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> synopsis-0.13.ebuild: + Clean up PYTHON_COMPAT from old implementations. 17 Dec 2012; Michał Górny <mgorny@gentoo.org> synopsis-0.13.ebuild: Bump to EAPI=5 to make Paludis happy, bug #447524. diff --git a/dev-util/synopsis/synopsis-0.13.ebuild b/dev-util/synopsis/synopsis-0.13.ebuild index 2b80b38ec062..2d3e8ea80f1c 100644 --- a/dev-util/synopsis/synopsis-0.13.ebuild +++ b/dev-util/synopsis/synopsis-0.13.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild,v 1.3 2012/12/17 19:53:25 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/synopsis/synopsis-0.13.ebuild,v 1.4 2013/09/05 18:40:36 mgorny Exp $ EAPI=5 DISTUTILS_IN_SOURCE_BUILD=1 -PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) +PYTHON_COMPAT=( python2_6 python2_7 ) inherit distutils-r1 multilib toolchain-funcs |