diff options
-rw-r--r-- | app-vim/automatictexplugin/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog index 65f8f3d6d1f8..5fe3b7f08c17 100644 --- a/app-vim/automatictexplugin/ChangeLog +++ b/app-vim/automatictexplugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/automatictexplugin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.50 2015/01/06 12:18:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.51 2015/02/09 00:30:54 radhermit Exp $ + + 09 Feb 2015; Tim Harder <radhermit@gentoo.org> + automatictexplugin-12.5-r1.ebuild: + Stabilize for amd64/x86. 06 Jan 2015; Michał Górny <mgorny@gentoo.org> automatictexplugin-12.5-r1.ebuild: diff --git a/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild b/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild index 60a02039d494..37f786759a62 100644 --- a/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild +++ b/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild,v 1.2 2015/01/06 12:18:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild,v 1.3 2015/02/09 00:30:54 radhermit Exp $ EAPI=5 @@ -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/releases/${MY_P}.tar.gz" LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" S=${WORKDIR} |