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/coccigrep | |
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/coccigrep')
-rw-r--r-- | dev-util/coccigrep/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/coccigrep/coccigrep-1.12.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/coccigrep/ChangeLog b/dev-util/coccigrep/ChangeLog index d453df599281..c6a95ddc640b 100644 --- a/dev-util/coccigrep/ChangeLog +++ b/dev-util/coccigrep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/coccigrep -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/coccigrep/ChangeLog,v 1.14 2012/12/23 04:49:47 radhermit Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/coccigrep/ChangeLog,v 1.15 2013/09/05 18:40:35 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> coccigrep-1.12.ebuild: + Clean up PYTHON_COMPAT from old implementations. *coccigrep-1.12 (23 Dec 2012) diff --git a/dev-util/coccigrep/coccigrep-1.12.ebuild b/dev-util/coccigrep/coccigrep-1.12.ebuild index 8cc7b5a56717..b38c692ff08d 100644 --- a/dev-util/coccigrep/coccigrep-1.12.ebuild +++ b/dev-util/coccigrep/coccigrep-1.12.ebuild @@ -1,9 +1,9 @@ -# 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/coccigrep/coccigrep-1.12.ebuild,v 1.1 2012/12/23 04:49:47 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/coccigrep/coccigrep-1.12.ebuild,v 1.2 2013/09/05 18:40:35 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 elisp-common vcs-snapshot |