summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-08-25 22:08:33 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-08-25 22:58:03 +0200
commit468f788ff36ac500e88da08329f3a95d908b431b (patch)
treed2b6623e8a22f0439a51ad8f21f53991ee6e9a74 /app-vim/airline
parentapp-vim/gist: Clean up old. (diff)
downloadgentoo-468f788ff36ac500e88da08329f3a95d908b431b.tar.gz
gentoo-468f788ff36ac500e88da08329f3a95d908b431b.tar.bz2
gentoo-468f788ff36ac500e88da08329f3a95d908b431b.zip
app-vim/airline: Stable for amd64. Retroactively mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim/airline')
-rw-r--r--app-vim/airline/airline-0.8.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-vim/airline/airline-0.8.ebuild b/app-vim/airline/airline-0.8.ebuild
index 926788e17e9d..001aee5612e5 100644
--- a/app-vim/airline/airline-0.8.ebuild
+++ b/app-vim/airline/airline-0.8.ebuild
@@ -3,14 +3,15 @@
# $Id$
EAPI=5
+
inherit vim-plugin
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"
- S=${WORKDIR}/${MY_P}
+ KEYWORDS="amd64 x86"
+ S="${WORKDIR}/${MY_P}"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/vim-airline/vim-airline.git"