summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-05 19:44:56 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-05 19:44:56 +0000
commit8691bcb2077a05a3e50cad21c5e9d456bc0b86e2 (patch)
tree1781f0242b83e446554db1ade147758513eab1c5 /app-vim/vim-latex
parentupdating deps for distutils-r1 and ~ stuff, also adding init scripts and stuf... (diff)
downloadgentoo-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/vim-latex')
-rw-r--r--app-vim/vim-latex/ChangeLog6
-rw-r--r--app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-vim/vim-latex/ChangeLog b/app-vim/vim-latex/ChangeLog
index f0e47c5fa4de..187bffa0b4d1 100644
--- a/app-vim/vim-latex/ChangeLog
+++ b/app-vim/vim-latex/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/vim-latex
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-latex/ChangeLog,v 1.30 2013/05/28 19:03:16 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-latex/ChangeLog,v 1.31 2013/09/05 19:44:54 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org>
+ vim-latex-1.8.23.20130116.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
28 May 2013; Tim Harder <radhermit@gentoo.org>
-vim-latex-1.8.23.20110214.ebuild, -vim-latex-1.8.23.20121116.ebuild:
diff --git a/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild b/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild
index 90ee5715df02..500969194677 100644
--- a/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild
+++ b/app-vim/vim-latex/vim-latex-1.8.23.20130116.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/vim-latex/vim-latex-1.8.23.20130116.ebuild,v 1.8 2013/05/25 08:05:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild,v 1.9 2013/09/05 19:44:54 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
inherit vim-plugin versionator python-single-r1