diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-14 09:31:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-14 09:31:38 +0000 |
commit | 4bd792f96b9e801ffc8dc4d9f618730ddc3c925c (patch) | |
tree | 8cf9f7d053ecfe1bec1e220a8d8f6241df7de5d0 /app-vim | |
parent | Stable for amd64, wrt bug #464542 (diff) | |
download | gentoo-2-4bd792f96b9e801ffc8dc4d9f618730ddc3c925c.tar.gz gentoo-2-4bd792f96b9e801ffc8dc4d9f618730ddc3c925c.tar.bz2 gentoo-2-4bd792f96b9e801ffc8dc4d9f618730ddc3c925c.zip |
Stable for amd64, wrt bug #469782
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vim-latex/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-vim/vim-latex/ChangeLog b/app-vim/vim-latex/ChangeLog index b2c3386767d8..c31c731b5c77 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.22 2013/04/01 08:52:51 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-latex/ChangeLog,v 1.23 2013/05/14 09:31:38 ago Exp $ + + 14 May 2013; Agostino Sarubbo <ago@gentoo.org> + vim-latex-1.8.23.20130116.ebuild: + Stable for amd64, wrt bug #469782 *vim-latex-1.8.23.20130116 (01 Apr 2013) 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 f85d4e1aab8e..c7932a187ce4 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,6 +1,6 @@ # 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.1 2013/04/01 08:52:51 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-latex/vim-latex-1.8.23.20130116.ebuild,v 1.2 2013/05/14 09:31:38 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7} ) @@ -15,7 +15,7 @@ HOMEPAGE="http://vim-latex.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="vim" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="html python" RDEPEND="|| ( app-editors/vim[python?] app-editors/gvim[python?] ) |