diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-04-12 09:40:06 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-04-12 09:40:06 +0000 |
commit | f0a6341b541dea69681c7b19b132b0e63f902eec (patch) | |
tree | 2c498e5b56abf6cd46245583cc73143eb4d4582d /app-vim/automatictexplugin | |
parent | amd64 stable wrt bug #498608 (diff) | |
download | gentoo-2-f0a6341b541dea69681c7b19b132b0e63f902eec.tar.gz gentoo-2-f0a6341b541dea69681c7b19b132b0e63f902eec.tar.bz2 gentoo-2-f0a6341b541dea69681c7b19b132b0e63f902eec.zip |
Stable for x86, wrt bug #502634
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-vim/automatictexplugin')
-rw-r--r-- | app-vim/automatictexplugin/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/automatictexplugin/automatictexplugin-12.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog index 2c6f54b3e644..a10d0a0d36bc 100644 --- a/app-vim/automatictexplugin/ChangeLog +++ b/app-vim/automatictexplugin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/automatictexplugin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.46 2014/04/11 19:37:30 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.47 2014/04/12 09:40:06 ago Exp $ + + 12 Apr 2014; Agostino Sarubbo <ago@gentoo.org> automatictexplugin-12.4.ebuild: + Stable for x86, wrt bug #502634 11 Apr 2014; Chema Alonso <nimiux@gentoo.org> automatictexplugin-12.4.ebuild: Stable for amd64 wrt bug #502634 diff --git a/app-vim/automatictexplugin/automatictexplugin-12.4.ebuild b/app-vim/automatictexplugin/automatictexplugin-12.4.ebuild index 57e7b7a7efd7..fc56caeaf839 100644 --- a/app-vim/automatictexplugin/automatictexplugin-12.4.ebuild +++ b/app-vim/automatictexplugin/automatictexplugin-12.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-12.4.ebuild,v 1.2 2014/04/11 19:37:30 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-12.4.ebuild,v 1.3 2014/04/12 09:40:06 ago Exp $ EAPI=5 @@ -11,7 +11,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} |