diff options
Diffstat (limited to 'app-vim/automatictexplugin')
-rw-r--r-- | app-vim/automatictexplugin/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/automatictexplugin/automatictexplugin-10.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog index 2f1c36e47ec3..6110255cb966 100644 --- a/app-vim/automatictexplugin/ChangeLog +++ b/app-vim/automatictexplugin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/automatictexplugin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.17 2011/10/18 10:25:32 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.18 2011/10/24 19:57:07 maekke Exp $ + + 24 Oct 2011; Markus Meier <maekke@gentoo.org> automatictexplugin-10.5.ebuild: + x86 stable, bug #387455 18 Oct 2011; Tony Vroon <chainsaw@gentoo.org> automatictexplugin-10.5.ebuild: Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney & diff --git a/app-vim/automatictexplugin/automatictexplugin-10.5.ebuild b/app-vim/automatictexplugin/automatictexplugin-10.5.ebuild index a71f6212b807..dbf3a9a129aa 100644 --- a/app-vim/automatictexplugin/automatictexplugin-10.5.ebuild +++ b/app-vim/automatictexplugin/automatictexplugin-10.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-10.5.ebuild,v 1.2 2011/10/18 10:25:32 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-10.5.ebuild,v 1.3 2011/10/24 19:57:07 maekke Exp $ EAPI="4" VIM_PLUGIN_VIM_VERSION="7.3" @@ -12,7 +12,7 @@ DESCRIPTION="vim plugin: a comprehensive plugin for editing LaTeX files" HOMEPAGE="http://atp-vim.sourceforge.net/" SRC_URI="mirror://sourceforge/atp-vim/${MY_P}.tar.gz" LICENSE="GPL-3" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" S="${WORKDIR}" |