diff options
author | Tim Harder <radhermit@gentoo.org> | 2020-01-12 19:59:41 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2020-01-12 20:00:42 -0700 |
commit | 6a34dacd8924bf495663cade3e447e62b88ca281 (patch) | |
tree | b4ab370dd97d41846e49faf0540beb109ca36b36 /app-vim | |
parent | app-vim/fugitive: version bump to 3.1 (diff) | |
download | gentoo-6a34dacd8924bf495663cade3e447e62b88ca281.tar.gz gentoo-6a34dacd8924bf495663cade3e447e62b88ca281.tar.bz2 gentoo-6a34dacd8924bf495663cade3e447e62b88ca281.zip |
app-vim/airline: stabilize 0.11
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/airline/airline-0.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/airline/airline-0.11.ebuild b/app-vim/airline/airline-0.11.ebuild index a67cb4c5f12e..5f320b746c7e 100644 --- a/app-vim/airline/airline-0.11.ebuild +++ b/app-vim/airline/airline-0.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 |