diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:44:56 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 19:44:56 +0000 |
commit | 8691bcb2077a05a3e50cad21c5e9d456bc0b86e2 (patch) | |
tree | 1781f0242b83e446554db1ade147758513eab1c5 /app-vim/gundo | |
parent | updating deps for distutils-r1 and ~ stuff, also adding init scripts and stuf... (diff) | |
download | gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.tar.gz gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.tar.bz2 gentoo-2-8691bcb2077a05a3e50cad21c5e9d456bc0b86e2.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 'app-vim/gundo')
-rw-r--r-- | app-vim/gundo/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/gundo/gundo-2.5.0.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-vim/gundo/ChangeLog b/app-vim/gundo/ChangeLog index 236bd9be0007..10b059f8948d 100644 --- a/app-vim/gundo/ChangeLog +++ b/app-vim/gundo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/gundo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/ChangeLog,v 1.9 2013/07/11 17:52:14 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/ChangeLog,v 1.10 2013/09/05 19:44:44 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> gundo-2.5.0.ebuild: + Clean up PYTHON_COMPAT from old implementations. *gundo-2.5.0 (11 Jul 2013) @@ -48,4 +51,3 @@ 22 Nov 2010; Tim Harder <radhermit@gentoo.org> +gundo-2.0.0.ebuild: Initial import. - diff --git a/app-vim/gundo/gundo-2.5.0.ebuild b/app-vim/gundo/gundo-2.5.0.ebuild index 9df62f5b7768..bfabfafde819 100644 --- a/app-vim/gundo/gundo-2.5.0.ebuild +++ b/app-vim/gundo/gundo-2.5.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/gundo-2.5.0.ebuild,v 1.1 2013/07/11 17:52:14 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gundo/gundo-2.5.0.ebuild,v 1.2 2013/09/05 19:44:44 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_{5,6,7} ) +PYTHON_COMPAT=( python2_{6,7} ) inherit vim-plugin python-single-r1 |