diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-06-08 12:27:53 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-06-09 23:58:39 +0200 |
commit | 53509321ce320488c399003a2975d6aa9443d25e (patch) | |
tree | 69801119ea1ffac47cab66b20bf99b9bd6b23ec2 /app-vim | |
parent | www-client/chromium: stable channel bump (67.0.3396.79) (diff) | |
download | gentoo-53509321ce320488c399003a2975d6aa9443d25e.tar.gz gentoo-53509321ce320488c399003a2975d6aa9443d25e.tar.bz2 gentoo-53509321ce320488c399003a2975d6aa9443d25e.zip |
app-vim/airline: stable for amd64+x86.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/airline/airline-0.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/airline/airline-0.9.ebuild b/app-vim/airline/airline-0.9.ebuild index 2b0d045e241b..66e1c77f5dea 100644 --- a/app-vim/airline/airline-0.9.ebuild +++ b/app-vim/airline/airline-0.9.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} != 9999* ]] ; then MY_PN=vim-${PN} MY_P=${MY_PN}-${PV} SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" S=${WORKDIR}/${MY_P} else inherit git-r3 |