diff options
Diffstat (limited to 'app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild')
-rw-r--r-- | app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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} |