diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-06-26 06:19:52 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-06-26 06:19:52 +0000 |
commit | 59c2856f6a4015f1a3819c24ba67127235983db8 (patch) | |
tree | 9e6571330ab0f41c3fca99323fa138b78aa33342 /app-vim | |
parent | sci-physics/clhep: Add fix for automake-1.12, #423559; move to autotools-utils (diff) | |
download | gentoo-2-59c2856f6a4015f1a3819c24ba67127235983db8.tar.gz gentoo-2-59c2856f6a4015f1a3819c24ba67127235983db8.tar.bz2 gentoo-2-59c2856f6a4015f1a3819c24ba67127235983db8.zip |
marked x86 per bug 422007
(Portage version: 2.2.0_alpha112/cvs/Linux i686)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/automatictexplugin/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/automatictexplugin/automatictexplugin-11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-vim/automatictexplugin/ChangeLog b/app-vim/automatictexplugin/ChangeLog index 02d89d8d3365..c2b1c12c4209 100644 --- a/app-vim/automatictexplugin/ChangeLog +++ b/app-vim/automatictexplugin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/automatictexplugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.29 2012/06/22 14:31:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/ChangeLog,v 1.30 2012/06/26 06:19:52 jdhore Exp $ + + 26 Jun 2012; Jeff Horelick <jdhore@gentoo.org> automatictexplugin-11.ebuild: + marked x86 per bug 422007 22 Jun 2012; Agostino Sarubbo <ago@gentoo.org> automatictexplugin-11.ebuild: Stable for amd64, wrt bug #422007 diff --git a/app-vim/automatictexplugin/automatictexplugin-11.ebuild b/app-vim/automatictexplugin/automatictexplugin-11.ebuild index e47135192af9..bd1f3ada745e 100644 --- a/app-vim/automatictexplugin/automatictexplugin-11.ebuild +++ b/app-vim/automatictexplugin/automatictexplugin-11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-11.ebuild,v 1.2 2012/06/22 14:31:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/automatictexplugin/automatictexplugin-11.ebuild,v 1.3 2012/06/26 06:19:52 jdhore 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/releases/${MY_P}.tar.gz" LICENSE="GPL-3" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" S="${WORKDIR}" |