diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-06-08 12:28:07 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-06-09 23:58:41 +0200 |
commit | 726d4695031cf003417e629febe8301cde376119 (patch) | |
tree | 4948515b7409430a43fa65c0c2304073a37804c3 /app-vim/pfsyntax | |
parent | app-vim/airline: stable for amd64+x86. (diff) | |
download | gentoo-726d4695031cf003417e629febe8301cde376119.tar.gz gentoo-726d4695031cf003417e629febe8301cde376119.tar.bz2 gentoo-726d4695031cf003417e629febe8301cde376119.zip |
app-vim/pfsyntax: stable for amd64+x86.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-vim/pfsyntax')
-rw-r--r-- | app-vim/pfsyntax/pfsyntax-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/pfsyntax/pfsyntax-1.3.ebuild b/app-vim/pfsyntax/pfsyntax-1.3.ebuild index 734f5d503723..24a79b205df9 100644 --- a/app-vim/pfsyntax/pfsyntax-1.3.ebuild +++ b/app-vim/pfsyntax/pfsyntax-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,6 +11,6 @@ DESCRIPTION="vim plugin: pf syntax highlighting for vim" HOMEPAGE="https://github.com/vim-scripts/pf.vim" SRC_URI="https://github.com/vim-scripts/pf.vim/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" S="${WORKDIR}/${MY_PN}-${PV}" |